Enable prefer_final_locals lint (#8575)
This commit is contained in:
parent
33ef949efc
commit
ca0201d8ae
@ -84,6 +84,7 @@ linter:
|
||||
# - overridden_fields
|
||||
- package_api_docs
|
||||
- package_prefixed_library_names
|
||||
- prefer_final_locals
|
||||
- prefer_is_not_empty
|
||||
# - public_member_api_docs
|
||||
- slash_for_doc_comments
|
||||
|
@ -81,6 +81,7 @@ linter:
|
||||
# - overridden_fields
|
||||
- package_api_docs
|
||||
- package_prefixed_library_names
|
||||
- prefer_final_locals
|
||||
- prefer_is_not_empty
|
||||
- public_member_api_docs
|
||||
- slash_for_doc_comments
|
||||
|
Loading…
x
Reference in New Issue
Block a user