File tree Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.1.0
2
+ - Temporarily remove (its WIP and not recognized):
3
+ - no_wildcard_variable_uses
4
+ - no_self_assignments
5
+ - Remove no-equal-arguments
6
+
1
7
## 4.0.0
2
8
- Adhere to DCM 1.8.0:
3
9
- Add prefer-custom-finder-over-find
Original file line number Diff line number Diff line change @@ -153,18 +153,18 @@ dart_code_metrics:
153
153
- no-boolean-literal-compare :
154
154
allow-false : true # allows `variable == false` instead of just `!variable`
155
155
- no-empty-block
156
- - no-equal-arguments :
157
- ignored-parameters :
158
- - height
159
- - width
160
- - top
161
- - right
162
- - bottom
163
- - left
164
- - topLeft
165
- - topRight
166
- - bottomLeft
167
- - bottomRight
156
+ # - no-equal-arguments: # TODO: hard to set up so it makes sense
157
+ # ignored-parameters:
158
+ # - height
159
+ # - width
160
+ # - top
161
+ # - right
162
+ # - bottom
163
+ # - left
164
+ # - topLeft
165
+ # - topRight
166
+ # - bottomLeft
167
+ # - bottomRight
168
168
- no-equal-conditions
169
169
- no-equal-nested-conditions
170
170
- no-equal-switch-case
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ linter:
45
45
- no_adjacent_strings_in_list
46
46
- no_duplicate_case_values
47
47
- no_logic_in_create_state
48
- - no_self_assignments
49
- - no_wildcard_variable_uses
48
+ # - no_self_assignments WIP
49
+ # - no_wildcard_variable_uses WIP
50
50
# - prefer_relative_imports
51
51
- prefer_void_to_null
52
52
- test_types_in_equals
Original file line number Diff line number Diff line change 1
1
name : netglade_analysis
2
- version : 4.0 .0
2
+ version : 4.1 .0
3
3
description : Lint rules for Dart and Flutter used internally at netglade.
4
4
repository : https://github.com/netglade/netglade_analysis
5
5
issue_tracker : https://github.com/netglade/netglade_analysis/issues
You can’t perform that action at this time.
0 commit comments