Skip to content

Commit 143b431

Browse files
potiukashb
authored andcommitted
[AIRFLOW-5750] Licence check is done also for non-executable .sh (#6425)
1 parent 544f2b3 commit 143b431

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ repos:
9494
- id: insert-license
9595
name: Add licence for all shell files
9696
exclude: ^\.github/.*$"|^airflow/_vendor/.*$
97-
types: [shell]
9897
files: ^breeze$|^breeze-complete$|\.sh$
9998
args:
10099
- --comment-style

breeze

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
23
# Licensed to the Apache Software Foundation (ASF) under one
34
# or more contributor license agreements. See the NOTICE file
45
# distributed with this work for additional information

breeze-complete

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
23
# Licensed to the Apache Software Foundation (ASF) under one
34
# or more contributor license agreements. See the NOTICE file
45
# distributed with this work for additional information

0 commit comments

Comments
 (0)