From d85fddd83c22c2808bcc487851ce19cf9e111713 Mon Sep 17 00:00:00 2001 From: Jason Gardella Date: Wed, 10 Jun 2020 16:15:55 -0400 Subject: [PATCH] Update linter to 0.16.1 --- .config/dotnet-tools.json | 2 +- README.md | 1 + fsharplint.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5c53f1f15..bbc5b59a6 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "dotnet-fsharplint": { - "version": "0.16.0", + "version": "0.16.1", "commands": [ "dotnet-fsharplint" ] diff --git a/README.md b/README.md index b1edc0a01..9c0a62461 100644 --- a/README.md +++ b/README.md @@ -64,5 +64,6 @@ The project is licensed under MIT. For more information on the license see the L ## Maintainer(s) - [@duckmatt](https://github.com/duckmatt) +- [@jgardella](https://github.com/jgardella) The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management) diff --git a/fsharplint.json b/fsharplint.json index 81629cd6f..7c83ae711 100644 --- a/fsharplint.json +++ b/fsharplint.json @@ -147,7 +147,7 @@ } }, "recordFieldNames": { - "enabled": false, + "enabled": true, "config": { "naming": "PascalCase", "underscores": "None"