potiuk commented on code in PR #30569:
URL: https://github.com/apache/airflow/pull/30569#discussion_r1163319998


##########
.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:
   You should likely remove the `exclude` (not needed any more)  and have those:
   ```
           types: [yaml]
           files: ^chart/templates/.*\.ya?ml$
   ```



-- 
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]

Reply via email to