branvier_lints 0.2.3
branvier_lints: ^0.2.3 copied to clipboard
Lints used in Branvier projects.
Changelog #
0.2.3 Mar 12, 2024 #
We decided to remove some dependencies to make the package lighter and faster.
- Bump pyramid_lint to 2.0.0.
- All custom lints are warnings now.
- Removed nilts dependency.
- Removed leancode_lint dependency.
- Removed ListenableBuilder and ValueListenableBuilder from assists.
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.