jbampton commented on code in PR #12071:
URL: https://github.com/apache/cloudstack/pull/12071#discussion_r2526584381
##########
.pre-commit-config.yaml:
##########
@@ -62,6 +62,15 @@ repos:
- .github/workflows/license-templates/LICENSE.txt
- --fuzzy-match-generates-todo
exclude:
^(CHANGES|ISSUE_TEMPLATE|PULL_REQUEST_TEMPLATE)\.md$|^ui/docs/(full|smoke)-test-plan\.template\.md$
+ - id: insert-license
+ name: add license for all SQL files
+ files: \.sql$
+ args:
+ - --comment-style
+ - '|--|'
Review Comment:
> is this a legit remarks by our favourite AI? cc @jbampton @Pearl1594 Or is
it documented that both formats should work?
See the difference between comment styles. On Sedona they have both single
line and multi line comments:
https://github.com/apache/sedona/blob/063486aa93d82e2aca31eb886d46c76b23bfe85d/.pre-commit-config.yaml#L141
--
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]