Skip to content

Commit

Permalink
FSharpLint as .NET tool (#398)
Browse files Browse the repository at this point in the history
* Fixed FSharpLint code issues

* F# Lint as tool with some sensible ruleset
  • Loading branch information
Thorium authored Nov 12, 2023
1 parent b7c930b commit 48abfa5
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 81 deletions.
6 changes: 6 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"commands": [
"fsdocs"
]
},
"dotnet-fsharplint": {
"version": "0.21.3",
"commands": [
"dotnet-fsharplint"
]
}
}
}
Loading

0 comments on commit 48abfa5

Please sign in to comment.