leancode_lint 1.1.0
leancode_lint: ^1.1.0 copied to clipboard
Lint rules used internally at LeanCode.
1.1.0 #
- Enable the following lints:
avoid_final_parametersconditional_uri_does_not_existliteral_only_boolean_expressionsno_leading_underscores_for_library_prefixesno_leading_underscores_for_local_identifierssecure_pubspec_urlssized_box_shrink_expandunnecessary_constructor_nameunnecessary_late
1.0.2 #
- Remove dependency on
flutter - Update README to differentiate between app and package projects
1.0.1+1 #
- Improve explanation in README on why one might want to add
leancode_lintas a normal dependency instead of dev dependency when using Dart version < 2.14
1.0.1 #
- Disable
prefer_final_parametersandlibrary_private_types_in_public_apilints - Fix warning with
package:flutter_lints/flutter.yamlnot being found
1.0.0 #
- Initial release