dnskr commented on code in PR #30569:
URL: https://github.com/apache/airflow/pull/30569#discussion_r1163334789
##########
.pre-commit-config.yaml:
##########
@@ -115,8 +115,18 @@ repos:
- license-templates/LICENSE.txt
- --fuzzy-match-generates-todo
- id: insert-license
- name: Add license for all YAML files
+ name: Add license for all Helm template files
exclude: ^\.github/.*$|^.*/.*_vendor/
Review Comment:
1. I've added (leaved) `exclude`, because it's included to all other
entries. Agree that it's not needed, I'll delete it.
2. The idea is to apply license to all files in chart/templates folder, for
example `chart\templates\NOTES.txt`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]