Enable prefer_final_locals lint (#8575)

This commit is contained in:
Chris Bracken 2017-03-03 18:47:00 -08:00 committed by GitHub
parent 33ef949efc
commit ca0201d8ae
2 changed files with 2 additions and 0 deletions

View File

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

View File

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