We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4ca69 commit ae4b1c2Copy full SHA for ae4b1c2
1 file changed
.pre-commit-config.yaml
@@ -41,6 +41,15 @@ repos:
41
- --license-filepath
42
- .github/workflows/license-templates/LICENSE.txt
43
- --fuzzy-match-generates-todo
44
+ - id: insert-license
45
+ name: add license for all Java files
46
+ files: \.java$
47
+ args:
48
+ - --comment-style
49
+ - "/*|*|*/"
50
+ - --license-filepath
51
+ - .github/workflows/license-templates/LICENSE.txt
52
+ - --fuzzy-match-generates-todo
53
- id: insert-license
54
name: add license for all Markdown files
55
files: \.md$
0 commit comments