Skip to content

Commit

Permalink
Update linter to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgardella committed Jun 10, 2020
1 parent 5bc3105 commit d85fddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"dotnet-fsharplint": {
"version": "0.16.0",
"version": "0.16.1",
"commands": [
"dotnet-fsharplint"
]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion fsharplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
}
},
"recordFieldNames": {
"enabled": false,
"enabled": true,
"config": {
"naming": "PascalCase",
"underscores": "None"
Expand Down

0 comments on commit d85fddd

Please sign in to comment.