Copilot commented on code in PR #12926:
URL: https://github.com/apache/cloudstack/pull/12926#discussion_r3903756461
##########
.pre-commit-config.yaml:
##########
@@ -62,6 +62,16 @@ repos:
- --license-filepath
- .github/workflows/license-templates/LICENSE.txt
- --fuzzy-match-generates-todo
+ - id: insert-license
+ name: add license for all conf files
+ description: automatically adds a licence header to all conf files
that don't have a license header
+ files: \.conf$
Review Comment:
Typo in the hook description: change 'licence' to 'license' to keep spelling
consistent within the same sentence.
--
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]