Skip to content

Commit da89ff4

Browse files
committed
docs: updated documentation about configs
To reflect change in how config is applied.
1 parent 05d3258 commit da89ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/how-tos/rule-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu_order: 3
1010

1111
The linter by default looks for a file named `fsharplint.json` in the current working directory. Typically you would have this file in the root of your project.
1212

13-
At this moment in time the configuration requires every rule to be added to your file, rather than a typical approach where you would override just the rules you want to change from their defaults. This will be addressed in a future version see: [Issue #488](https://github.com/fsprojects/FSharpLint/issues/488).
13+
Entries in configuration file override corresponding entries in default configuration, so you only need to specify rules that you want to change from their defaults.
1414

1515
Check out the [default configuration](https://github.com/fsprojects/FSharpLint/blob/master/src/FSharpLint.Core/fsharplint.json) that the tool comes with to see all possible settings and their default values.
1616

0 commit comments

Comments
 (0)