https://github.com/b2r2-org/fslint
Simple linting tool for B2R2 projects
https://github.com/b2r2-org/fslint
Last synced: 8 months ago
JSON representation
Simple linting tool for B2R2 projects
- Host: GitHub
- URL: https://github.com/b2r2-org/fslint
- Owner: B2R2-org
- Created: 2025-05-05T00:22:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-14T00:12:16.000Z (8 months ago)
- Last Synced: 2025-05-14T02:16:33.743Z (8 months ago)
- Language: F#
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
B2R2.FSLint
===
Linting tool for B2R2 projects written in F#.
## Motivation
We need a lightweight linter for our F# projects. The goal is to have a tool
that can be used in the CI pipeline to ensure that the code adheres to our style
guidelines. Unfortunately, existing tools like
[FSharpLint](https://github.com/fsprojects/FSharpLint) does not meet our needs
and is not actively maintained. So we decided to create our own linter.