subpackage_lint 1.2.0
subpackage_lint: ^1.2.0 copied to clipboard
A set of linting rules for clean code structure with subpackages.
1.2.0 #
- Limit directories for the lint rule to run on.
- Improve performance by parsing configuration at startup instead of on every run.
- Upgrade analyzer to 6.6.0 and custom_lint to 0.6.5
1.1.0+2 #
- Improve README.
1.1.0+1 #
- Improve README.
1.1.0 #
- Add support for excluding directories from being linted.
1.0.0 #
- Rename to
subpackage_lintpackage. (Previouslykerekewere) - Add philosophy section to README.
0.0.3 #
- Fix issue where import changes were applied to first import in file only
- Allow to exclude files from being linted
0.0.2 #
- Lower minimum required version of Dart SDK to 2.12
- Remove logs from the package
- Add fix for converting absolute paths to relative paths
0.0.1 #
- Initial version.