Skip to content

Commit

Permalink
build: Ignore license header in helm templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 8, 2022
1 parent 7223d00 commit b36382b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: check-yaml
args: ["-m", "--unsafe"]
stages: [commit]
exclude: ^charts/
exclude: ^charts/templates/
- id: mixed-line-ending
args: ["-f", "lf"]
exclude: \.bat$
Expand Down Expand Up @@ -92,8 +92,7 @@ repos:
args:
- --license-filepath
- header.txt
- --skip
- charts/templates/
exclude: ^charts/templates/
- id: insert-license
name: License headers - Markdown
stages: [commit]
Expand Down

0 comments on commit b36382b

Please sign in to comment.