Commit 3b84d31 1 parent 4b19260 commit 3b84d31 Copy full SHA for 3b84d31
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9
9
- added ` use_string_in_part_of_directives `
10
10
- removed ` iterable_contains_unrelated_type `
11
11
- removed ` list_remove_unrelated_type `
12
- - removed ` no_wildcard_variable_uses `
13
12
- ` recommended ` :
14
13
- added ` unnecessary_to_list_in_spreads `
15
14
- added ` use_super_parameters `
Original file line number Diff line number Diff line change 44
44
"description" : " Avoid types as parameter names." ,
45
45
"fixStatus" : " hasFix"
46
46
},
47
+ {
48
+ "name" : " avoid_unstable_final_fields" ,
49
+ "description" : " Avoid overriding a final field to return different values if called multiple times." ,
50
+ "fixStatus" : " noFix"
51
+ },
47
52
{
48
53
"name" : " avoid_web_libraries_in_flutter" ,
49
54
"description" : " Avoid using web-only libraries outside Flutter web plugin packages." ,
You can’t perform that action at this time.
0 commit comments