rexios_lints 5.0.0
rexios_lints: ^5.0.0 copied to clipboard
A collection of the linting rules I use for Flutter/Dart projects and packages
5.0.0 #
- Adds the following lints
always_declare_return_typesavoid_types_on_closure_parametersleading_newlines_in_multiline_stringsomit_local_variable_typesunnecessary_lambdasunnecessary_parenthesis
- See the README for justification
4.0.0 #
- Removes analysis exclusions for the following reasons:
- Errors in generated files should not be invisible
- Lint issues in generated files point to issues in the generator
- Pana no longer respects exclusions specified in analysis options
3.0.0 #
- Added
use_super_parameters,prefer_final_in_for_each, andprefer_final_localsto core lints
2.0.1 #
- Updated readme
2.0.0 #
- Updated lints packages to version 2
1.0.0 #
- Initial version.