branvier_lints 0.2.5 copy "branvier_lints: ^0.2.5" to clipboard
branvier_lints: ^0.2.5 copied to clipboard

Lints used in Branvier projects.

Changelog #

0.2.5 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.
  • Removed duplicated lints. (Solid vs Pyramid).

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.