Skip to content

Commit

Permalink
Disable two lint rules which are being removed.
Browse files Browse the repository at this point in the history
Each of these are going to be removed soon.

* avoid_null_checks_in_equality_operators
* unsafe_html

Work towards https://github.com/dart-lang/linter/issues/5063 and https://github.com/dart-lang/linter/issues/5001
  • Loading branch information
srawlins committed Oct 29, 2024
1 parent 646cb73 commit b5b3ab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions all_lint_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ linter:
- avoid_implementing_value_types
- avoid_init_to_null
- avoid_js_rounded_ints
- avoid_null_checks_in_equality_operators
- avoid_positional_boolean_parameters
- avoid_print
- avoid_private_typedef_functions
Expand Down Expand Up @@ -163,7 +162,6 @@ linter:
- unnecessary_string_interpolations
- unnecessary_this
- unrelated_type_equality_checks
- unsafe_html
- use_full_hex_values_for_flutter_colors
- use_function_type_syntax_for_parameters
- use_is_even_rather_than_modulo
Expand Down

0 comments on commit b5b3ab9

Please sign in to comment.