branvier_lints 0.2.2
branvier_lints: ^0.2.2 copied to clipboard
Lints used in Branvier projects.
Changelog #
0.2.2 Mar 12, 2024 #
We decided to remove some dependencies to make the package lighter and faster.
- Removed nilts dependency.
- Removed leancode_lint dependency.
0.2.0 Mar 12, 2024 #
- Disabled max_lines_for_function and function_lines_of_code rules as cyclomatic_complexity is enough to check the complexity of a function and those conflicts with build method of flutter widgets.
0.1.0 Mar 1, 2024 #
- Initial pre-release.