leancode_lint 4.0.0 copy "leancode_lint: ^4.0.0" to clipboard
leancode_lint: ^4.0.0 copied to clipboard

Lint rules used at LeanCode.

4.0.0 #

3.0.0 #

  • Migrate from analyzer.strong-mode.{implicit-casts,implicit-dynamic} to analyzer.language.{strict-casts,strict-inference,strict-raw-types} which might report new warnings

2.1.0 #

2.0.0+1 #

  • Fix broken changelog (#90)

2.0.0 #

  • Breaking: Remove the unawaited() function which is provided by Dart since 2.14 (#88)
  • Disable the discarded_futures lint (#87)
  • Disable the deprecated invariant_booleans lint (#86)

1.3.0 #

1.2.1 #

1.2.0 #

1.1.0 #

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_lint as a normal dependency instead of dev dependency when using Dart version < 2.14

1.0.1 #

1.0.0 #

  • Initial release