dungpa / FSharpLint

Lint tool for F#

Home Page:http://fsprojects.github.io/FSharpLint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Stats Issue Stats

#FSharpLint NuGet Status

FSharpLint is a style checking tool for F#. It points out locations where a set of rules on how F# is to be styled have been broken. The tool is configurable via XML and can be run from a console app, or as an MSBuild task. It also provides an interface to easily integrate the tool into other software.

The project aims to let the user know of problems through matching user defined hints a la HLint, and also by using custom rules written in F# similar to the rules in Mascot and StyleCop.

The tool in use (running as an MSBuild task with TreatWarningsAsErrors set to true):

Example

###Documentation

Each directory aims to contain a README.md file with a brief technical overview of the code.

The docs contains an overview of the tool and how to use it.

###Nuget

A package is availiable on nuget - it sets up msbuild to run the tool after build on any projects the package is installed onto.

###Support

  • Mono 3.10.0 - Mono CI Build Status
  • .NET - Windows CI Build status

###Licensing

The project is licensed under GPLv3. For more information on the license see the LICENSE file and http://www.gnu.org/licenses/quick-guide-gplv3.html.

###Contact

Feel free to post an issue on github if you have any questions, have suggestions, or have found a defect.

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

About

Lint tool for F#

http://fsprojects.github.io/FSharpLint/

License:GNU General Public License v3.0


Languages

Language:F# 95.8%Language:C# 3.9%Language:Shell 0.2%Language:Batchfile 0.1%