Skip to content

Commit

Permalink
Eliminate deprecated super_goes_last lint (flutter#9156)
Browse files Browse the repository at this point in the history
This eliminates the (deprecated) super_goes_last lint in the license
tool's analysis options. It's been an error in the default analyzer since
Dart 2.

See the deprecation details at https://dart-lang.github.io/linter/lints/super_goes_last.html
  • Loading branch information
cbracken authored May 31, 2019
1 parent 473f17f commit 153416e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/licenses/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ linter:
- sort_constructors_first
- sort_pub_dependencies
- sort_unnamed_constructors_first
- super_goes_last
- test_types_in_equals
- throw_in_finally
# - type_annotate_public_apis # subset of always_specify_types
Expand Down

0 comments on commit 153416e

Please sign in to comment.