lint_maker 0.3.1
lint_maker: ^0.3.1 copied to clipboard
A script to help you create custom linting configurations. Creates analysis_options.yaml files to your liking.
0.3.1 #
- chore(deps): allow analyzer to v9
0.3.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.2.3-dev.0+1 #
- REFACTOR: migrate data model to package:freezed. (f9fbe7d5)
0.2.3 #
- fix lint version file parsing
- allow analyzer >7.0.0
0.2.2 #
- fix lint version file being removed from upstream
0.2.1 #
- specify
executablesin the pubspec to allow direct invocations from the command line
0.2.0+1 #
- Finish migration to the Debacode organization
- add CI
0.2.0 #
- Add example to the package
- Do not interpret a list of rules as disabled. THe config now follows the analysis_options.yaml syntax
0.1.0 #
- Initial version.