Lint: enforce prefer_final_fields rule

This commit is contained in:
Neeraj Gupta 2021-10-30 11:49:18 +05:30
parent 16ea080a4e
commit cbc3519eef
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -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