File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
engine/schema/src/main/resources/META-INF/db Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,15 @@ repos:
6262 - .github/workflows/license-templates/LICENSE.txt
6363 - --fuzzy-match-generates-todo
6464 exclude : ^(CHANGES|ISSUE_TEMPLATE|PULL_REQUEST_TEMPLATE)\.md$|^ui/docs/(full|smoke)-test-plan\.template\.md$
65+ - id : insert-license
66+ name : add license for all SQL files
67+ files : \.sql$
68+ args :
69+ - --comment-style
70+ - ' |--|'
71+ - --license-filepath
72+ - .github/workflows/license-templates/LICENSE.txt
73+ - --fuzzy-match-generates-todo
6574 - repo : https://github.com/pre-commit/pre-commit-hooks
6675 rev : v6.0.0
6776 hooks :
Original file line number Diff line number Diff line change 33-- distributed with this work for additional information
44-- regarding copyright ownership. The ASF licenses this file
55-- to you under the Apache License, Version 2.0 (the
6- -- "License"); you may not use this file except in compliances
6+ -- "License"); you may not use this file except in compliance
77-- with the License. You may obtain a copy of the License at
88--
99-- http://www.apache.org/licenses/LICENSE-2.0
You can’t perform that action at this time.
0 commit comments