-
-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nogo: Add a _default key to be a default config for all Analyzers.
This is useful for situations where you want to exclude/include the same directories for all the analyzers. Specifying a config for a particular analyzer will cause the _default config, if it exists, to be discarded for that analyzer (ie, the default config will not be merged). You can use it like so: { "_default": { "exclude_files": { "external/": "third_party", "proto/": "generated protobuf" } } }
- Loading branch information
1 parent
3d19fb5
commit 4e6618d
Showing
1 changed file
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters