austerity 1.0.0 austerity: ^1.0.0 copied to clipboard
Dart and Flutter static code analysis, but not for the faint hearted. This code tries to turn all violations in to red squiggly lines
0.0.1-beta #
- Initial version.
0.0.2-beta #
- Fix folder structure
0.0.3-beta #
- Include the actual file
0.0.4-beta #
- Doco
0.0.5-beta #
- Fix it and dial a few things back
0.0.6-beta #
- Some fixes and new lints
0.0.7-beta #
- Remove wrong lint
0.0.8-beta #
- Fix
0.0.9-beta #
- Drop a couple of lints
0.0.10-beta #
Add #
- discarded_futures
- no_leading_underscores_for_library_prefixes
- no_leading_underscores_for_local_identifiers
- secure_pubspec_urls
- sized_box_shrink_expand
- unnecessary_constructor_name
- unnecessary_late
- unnecessary_null_aware_operator_on_extension_on_nullable
- unnecessary_to_list_in_spreads
- use_colored_box
- use_decorated_box
- use_enums
- use_super_parameters
Remove/Bump Severity Down #
- always_put_control_body_on_new_line
- avoid_positional_boolean_parameters
- depend_on_referenced_packages
- public_member_api_docs
1.0.0 #
- First stable release
- Add a few new errors