Commit ca0201d8 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Enable prefer_final_locals lint (#8575)

parent 33ef949e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment