Lint for package-prefixed library names (Style Guide) #57166
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-lint-request
type-enhancement
A request for a change that isn't a bug
DO prefix library names with the package name and a dot-separated path.
This guideline helps avoid the warnings you get when two libraries have the same name. Here are the rules we recommend:
lib
, omit the top directory name.For example, say the package name is
my_package
. Here are the library names for various files in the package:GOOD:
The text was updated successfully, but these errors were encountered: