Skip to content

Commit 5e04186

Browse files
committed
CARRY: Ignore openshift directory for boilerplate check
Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit 19d6f43)
1 parent 3094490 commit 5e04186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/boilerplate/boilerplate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def file_extension(filename):
161161
'.tiltbuild',
162162
'vendor',
163163
'orc',
164+
'openshift',
164165
]
165166

166167
# Paths to be ignored for boilerplate detection

0 commit comments

Comments
 (0)