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 7d62393 commit c61ceccCopy full SHA for c61cecc
REUSE.toml
@@ -4,12 +4,14 @@
4
version = 1
5
[[annotations]]
6
path = [
7
+ "**.fml",
8
"**.json",
9
"**.md",
10
"**.svg",
11
"**.txt",
12
"**.vm",
13
"**/*.csv",
14
+ "**/*.fml",
15
"**/*.jpg",
16
"**/*.json",
17
"**/*.md",
@@ -22,15 +24,14 @@ path = [
22
24
"**/.gitignore",
23
25
"**/.pdd",
26
"**/CNAME",
- "**/*.fml",
- "qulice-checkstyle/src/test/resources/**.java",
27
- "qulice-maven-plugin/src/it/**.java",
28
".DS_Store",
29
".gitattributes",
30
".gitignore",
31
".pdd",
32
"CNAME",
33
"README.md",
+ "qulice-checkstyle/src/test/resources/**.java",
34
+ "qulice-maven-plugin/src/it/**.java",
35
"renovate.json",
36
]
37
precedence = "override"
0 commit comments