Skip to content

Commit dd6bb87

Browse files
author
Daan Hoogland
committed
no apache liucense for github stuff
1 parent a5b6bc3 commit dd6bb87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171
- --license-filepath
7272
- .github/workflows/license-templates/LICENSE.txt
7373
- --fuzzy-match-generates-todo
74-
exclude: ^(CHANGES|ISSUE_TEMPLATE|PULL_REQUEST_TEMPLATE)\.md$|^ui/docs/(full|smoke)-test-plan\.template\.md$
74+
exclude: ^(CHANGES|ISSUE_TEMPLATE|PULL_REQUEST_TEMPLATE)\.md$|^ui/docs/(full|smoke)-test-plan\.template\.md$|^.github/workflows/daily-repo-status.md$
7575
- id: insert-license
7676
name: add license for all properties files
7777
description: automatically adds a licence header to all properties files that don't have a license header
@@ -120,6 +120,7 @@ repos:
120120
- --license-filepath
121121
- .github/workflows/license-templates/LICENSE.txt
122122
- --fuzzy-match-generates-todo
123+
exclude: ^.github/workflows/daily-repo-status.lock.yml$
123124
- repo: https://github.com/pre-commit/pre-commit-hooks
124125
rev: v6.0.0
125126
hooks:
@@ -195,4 +196,4 @@ repos:
195196
args: [--config-file=.github/linters/.yamllint.yml]
196197
types: [yaml]
197198
files: \.ya?ml$
198-
exclude: ^.*k8s-.*\.ya?ml$
199+
exclude: ^.*k8s-.*\.ya?ml$|^.github/workflows/daily-repo-status\.lock\.ya?ml$

0 commit comments

Comments
 (0)