Add 'external' directory to ignored boilerplate list
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
cadefb7a61
commit
625f4dfd24
@ -116,7 +116,8 @@ def file_extension(filename):
|
||||
|
||||
SKIPPED_DIRS = [
|
||||
'Godeps', 'third_party', '_gopath', '_output',
|
||||
'.git', 'vendor', '__init__.py', 'node_modules',
|
||||
'external', '.git', 'vendor', '__init__.py',
|
||||
'node_modules',
|
||||
]
|
||||
|
||||
# even when generated by bazel we will complain about some generated files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user