Skip to content

Commit 3f604f7

Browse files
committed
Fix issues
1 parent 5b3ef2f commit 3f604f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/netglade_analysis/lib/lints.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ linter:
4646
- no_adjacent_strings_in_list
4747
- no_duplicate_case_values
4848
- no_logic_in_create_state
49-
- no_self_assignments WIP
50-
- no_wildcard_variable_uses WIP
49+
- no_self_assignments
50+
- no_wildcard_variable_uses
5151
# - prefer_relative_imports
5252
- prefer_void_to_null
5353
- test_types_in_equals
@@ -56,7 +56,6 @@ linter:
5656
- unrelated_type_equality_checks
5757
- unsafe_html
5858
- use_build_context_synchronously
59-
- use_build_context_synchronously
6059
- use_key_in_widget_constructors
6160
# - use_truncating_division # ! unreleased
6261
- valid_regexps

0 commit comments

Comments
 (0)