Skip to content

Commit

Permalink
remove more rules
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Sep 15, 2022
1 parent 0a50ee8 commit 1cd11c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,11 +4,9 @@
- [avoid_final_parameters](https://dart-lang.github.io/linter/lints/avoid_final_parameters.html)
- [avoid_multiple_declarations_per_line](https://dart-lang.github.io/linter/lints/avoid_multiple_declarations_per_line.html)
- [depend_on_referenced_packages](https://dart-lang.github.io/linter/lints/depend_on_referenced_packages.html)
- [discarded_futures](https://dart-lang.github.io/linter/lints/discarded_futures.html)
- [no_leading_underscores_for_library_prefixes](https://dart-lang.github.io/linter/lints/no_leading_underscores_for_library_prefixes.html)
- [no_leading_underscores_for_local_identifiers](https://dart-lang.github.io/linter/lints/no_leading_underscores_for_local_identifiers.html)
- [unnecessary_to_list_in_spreads](https://dart-lang.github.io/linter/lints/unnecessary_to_list_in_spreads.html)
- [unsafe_html](https://dart-lang.github.io/linter/lints/unsafe_html.html)
- [use_if_null_to_convert_nulls_to_bools](https://dart-lang.github.io/linter/lints/use_if_null_to_convert_nulls_to_bools.html)
- [use_test_throws_matchers](https://dart-lang.github.io/linter/lints/use_test_throws_matchers.html)

Expand Down
2 changes: 0 additions & 2 deletions lib/analysis_options.3.1.0.yaml
Expand Up @@ -68,7 +68,6 @@ linter:
- depend_on_referenced_packages
- deprecated_consistency
- directives_ordering
- discarded_futures
- empty_catches
- empty_constructor_bodies
- empty_statements
Expand Down Expand Up @@ -180,7 +179,6 @@ linter:
- unnecessary_this
- unnecessary_to_list_in_spreads
- unrelated_type_equality_checks
- unsafe_html
- use_build_context_synchronously
- use_colored_box
- use_decorated_box
Expand Down

0 comments on commit 1cd11c8

Please sign in to comment.