branvier_lints 0.2.1
branvier_lints: ^0.2.1 copied to clipboard
Lints used in Branvier projects.
Changelog #
0.2.1 Mar 12, 2024 #
- Removed nilts 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.