Requirements: Style checks
Open
enhancement
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
The requirements language should be extended to include some style constraints.
Two useful examples include:
- No lines longer than n characters
- All top-level declarations must have type signatures.
- There are no warnings. (Possibly with exceptions by regular expression match?)
Contributor guide
Assessment
This issue has not been assessed yet.