We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3ef2f commit 3f604f7Copy full SHA for 3f604f7
packages/netglade_analysis/lib/lints.yaml
@@ -46,8 +46,8 @@ linter:
46
- no_adjacent_strings_in_list
47
- no_duplicate_case_values
48
- no_logic_in_create_state
49
- - no_self_assignments WIP
50
- - no_wildcard_variable_uses WIP
+ - no_self_assignments
+ - no_wildcard_variable_uses
51
# - prefer_relative_imports
52
- prefer_void_to_null
53
- test_types_in_equals
@@ -56,7 +56,6 @@ linter:
56
- unrelated_type_equality_checks
57
- unsafe_html
58
- use_build_context_synchronously
59
- - use_build_context_synchronously
60
- use_key_in_widget_constructors
61
# - use_truncating_division # ! unreleased
62
- valid_regexps
0 commit comments