Don't enforce library_prefixes lint in users' projects. (#10392)

The lint ensures that the prefix you use in your "import ... as"
directive conforms to lowercase_with_underscores style. However,
generated code often doesn't, since it may use preceding underscores
for collision avoidance, or directly use locale codes in the
prefixes.
This commit is contained in:
Todd Volkert 2017-05-31 09:00:04 -07:00 committed by GitHub
parent 87c5b24e87
commit 0809a4fcdc

View File

@ -69,7 +69,7 @@ linter:
- empty_constructor_bodies
- implementation_imports
- library_names
- library_prefixes
# - library_prefixes
- non_constant_identifier_names
# - one_member_abstracts
# - only_throw_errors