Skip to content

Commit

Permalink
Merge pull request #117 from srawlins/rm-lint-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Oct 29, 2024
2 parents 646cb73 + b5b3ab9 commit 5584f9b
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 5584f9b

Please sign in to comment.