We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0bcc4 commit 04c2fdfCopy full SHA for 04c2fdf
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,6 @@
14
# KIND, either express or implied. See the License for the
15
# specific language governing permissions and limitations
16
# under the License.
17
-
18
---
19
# https://pre-commit.com/#installation
20
default_stages: [pre-commit, pre-push]
@@ -70,6 +69,15 @@ repos:
70
69
- --license-filepath
71
- .github/workflows/license-templates/LICENSE.txt
72
- --fuzzy-match-generates-todo
+ - id: insert-license
73
+ name: add license for all XML files
74
+ files: \.xml$
75
+ args:
76
+ - --comment-style
77
+ - '<!--| ~| -->'
78
+ - --license-filepath
79
+ - .github/workflows/license-templates/LICENSE.txt
80
+ - --fuzzy-match-generates-todo
81
- id: insert-license
82
name: add license for all Markdown files
83
files: \.md$
0 commit comments