Skip to content

Commit 36e8ed9

Browse files
authored
Arm backend: Ignore .bzl files in license checker (#18810)
1 parent 7fe5230 commit 36e8ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/scripts/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ for COMMIT in ${COMMITS}; do
177177
for committed_file in "${license_files[@]}"; do
178178
# Skip files with certain extensions
179179
case "$committed_file" in
180-
*.md|*.md.in|*.json|*.yml|*.yaml|*.cmake|*.patch|.gitignore)
180+
*.md|*.md.in|*.json|*.yml|*.yaml|*.cmake|*.patch|.gitignore|*.bzl)
181181
echo -e "${INFO} Skipping license check for ${committed_file} (excluded extension)"
182182
continue
183183
;;

0 commit comments

Comments
 (0)