Skip to content

Releases: solid-software/solid_lints

0.2.3

19 Sep 21:52
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated functions by @solid-glebvorobey in #180

Full Changelog: 0.2.2...0.2.3

0.2.2

19 Sep 20:24
Compare
Choose a tag to compare

What's Changed

  • Fixed docs linter issues by @solid-glebvorobey in #179

Full Changelog: 0.2.1...0.2.2

0.2.1

19 Sep 07:26
fcc0621
Compare
Choose a tag to compare

What's Changed

  • Fixed LintCode analyzer issues by @solid-glebvorobey in #178

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Sep 19:20
Compare
Choose a tag to compare

What's Changed

  • Improved avoid_late_keyword to support ignoring the subtype of the node type (#157) by @Yarl745 in #158
  • Fix improper super calls in proper_super_calls.dart and add Disposable interface in proper_super_calls_test.dart by @4akloon in #160
  • 149-new-lint-avoid_final_with_getter by @4akloon in #161
  • Add a rule prefer_guard_clause for reversing nested if statements by @velvitoff in #154
  • add exclude params support to avoid_returning_widgets rule by @4akloon in #162
  • add quick fix to avoid_final_with_getter by @4akloon in #164
  • I168 by @sufftea in #169
  • I166 by @sufftea in #170
  • Fix analyzer issue, fix linter by @solid-glebvorobey in #177

New Contributors

Full Changelog: 0.1.5...0.2.0-fix

What's Changed

  • Improved avoid_late_keyword to support ignoring the subtype of the node type (#157) by @Yarl745 in #158
  • Fix improper super calls in proper_super_calls.dart and add Disposable interface in proper_super_calls_test.dart by @4akloon in #160
  • 149-new-lint-avoid_final_with_getter by @4akloon in #161
  • Add a rule prefer_guard_clause for reversing nested if statements by @velvitoff in #154
  • add exclude params support to avoid_returning_widgets rule by @4akloon in #162
  • add quick fix to avoid_final_with_getter by @4akloon in #164
  • I168 by @sufftea in #169
  • I166 by @sufftea in #170
  • Fix analyzer issue, fix linter by @solid-glebvorobey in #177

New Contributors

Full Changelog: 0.1.5...0.2.0-latest

0.1.5

26 Mar 15:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...0.1.5

0.1.4

21 Feb 14:21
54d3a54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

Update custom_lints

07 Feb 14:13
47df4b8
Compare
Choose a tag to compare

Update custom_lints

0.1.2

30 Jan 14:24
650ffbb
Compare
Choose a tag to compare

Add documentation.

0.1.0

19 Jan 02:07
Compare
Choose a tag to compare
  1. No DCM dependency
  2. Migrated all DCM rules to custom_lint
  3. New rule by @getBoolean - avoid_using_api - mark any class/method as one that should be avoided and provide a reason for that

0.0.18: add rules (#25)

27 Jul 12:35
959dfee
Compare
Choose a tag to compare
* use_super_parameters

* Update CHANGELOG.md

* Update pubspec.yaml

* always_put_required_named_parameters_first

* Update CHANGELOG.md

* avoid_redundant_argument_values

* Update CHANGELOG.md