Issues
- 0
- 0
- 0
Format strings: rewrite `"\"%s\""` to `"%S"`
#53 opened by Kakadu - 1
Propose if when match in true/false
#49 opened by Kakadu - 1
Think about applying eta-conversion (although it is not correct in general case)
#46 opened by Kakadu - 0
- 0
Simplify artifacts from pretty printting
#48 opened by Kakadu - 0
Unneeded mutual recursion for functions
#47 opened by Kakadu - 1
Usage of ppx_let gives false positive(?)
#45 opened by NightBlues - 0
Disable a few lints per directory
#44 opened by Kakadu - 0
Allow some files to be without .mli (configurable)
#43 opened by Kakadu - 0
- 0
Warn about logical or between identical arguments.
#42 opened by Kakadu - 0
Improve detection of license information
#41 opened by Kakadu - 1
- 1
Integrate with dune to apply all fixes
#23 opened by petr-tik - 0
- 0
Add tags to opam packages
#29 opened by Kakadu - 0
- 0
Add lints from Camelot
#4 opened by Kakadu - 0
Forbid too many nested if expressions
#28 opened by Kakadu - 0
Check that example about is correctly shitted
#7 opened by Kakadu - 0
Use match instead of `if x = WasReturn then ... else if x = WasContinue then .. else ...` (related to the lint "use_match_instead_of_equality" which checks only for lists, options, etc...)
#27 opened by Kakadu - 0
Documentation of lints in various languages
#25 opened by Kakadu - 0
- 1
Detect wildcard identifiers used later
#6 opened by Kakadu - 1
- 0
Unneeded mutual recursion
#17 opened by Kakadu - 0
Instead of matching a pair recommend 'let'
#13 opened by Kakadu - 2
- 0
Study and add clones of semgrep rules
#11 opened by Kakadu - 0
Treat Rust's clippy as state-of-art linter
#2 opened by Kakadu