Lint: enforce prefer_final_fields rule
This commit is contained in:
parent
16ea080a4e
commit
cbc3519eef
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ analyzer:
|
|||
curly_braces_in_flow_control_structures: error
|
||||
directives_ordering: error
|
||||
always_use_package_imports: error
|
||||
prefer_final_fields: error
|
||||
unused_import: warning
|
||||
prefer_is_empty: warning
|
||||
use_rethrow_when_possible: info
|
||||
|
|
Loading…
Add table
Reference in a new issue