Releases: fsprojects/FSharpLint
Releases · fsprojects/FSharpLint
0.6.3-beta
- Improved performance of naming analyser.
0.6.2-beta
- Added suggested fixes for naming rules.
- New hint by @smoothdeveloper: #207
0.6.1-beta
Naming rules now customisable thanks to @Krzysztof-Cieslak.
0.5.1-beta
Introduced automated fix information to API.
0.4.12
0.4.11
0.2.0
- Configuration has been updated to be simpler and verifiable via an XSD.
- Type checking is now optional and off by default to speed up the linting.
- More XML documentation rules have been added thanks to jhamm
- Files can now be ignored by specifying git ignore like globs in the configuration file.
- Fixed bug: #78
- Fixed bug: #90
0.1.14
Added a new rule CanBeReplacedWithComposition
to the FSharpLint.FunctionReimplementation
analyser: http://fsprojects.github.io/FSharpLint/FSharpLint.FunctionReimplementation.html
0.1.5
Added support for SuppressMessageAttribute