Skip to content

Commit 495f124

Browse files
committed
Added config to exclude dirs from lic header check
1 parent 13c1b16 commit 495f124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/license_header_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import re
2727
import sys
2828

29-
_EXCLUDE_DIRS = ('.git', '.terraform')
29+
_EXCLUDE_DIRS = ('.git', '.terraform', 'config')
3030
_EXCLUDE_RE = re.compile(r'# skip boilerplate check')
3131
_EXCLUDE_FILES = {}
3232
_MATCH_FILES = ('Dockerfile', '.py', '.sh', '.tf', '.yaml', '.yml', '.go', '.rego')

0 commit comments

Comments
 (0)