Skip to content

Commit a0c3570

Browse files
committed
Updating repolinter.json to require Oracle disclaimer
1 parent e13392d commit a0c3570

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

repolinter.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
}
1313
}
1414
},
15+
"disclaimer-present" : {
16+
"level": "error",
17+
"rule": {
18+
"type": "file-contents",
19+
"options": {
20+
"globsAll": ["README*"],
21+
"noCase": true,
22+
"fail-on-non-existent": true,
23+
"content": "ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND"
24+
}
25+
}
26+
},
1527
"license-file-exists" : {
1628
"level": "error",
1729
"rule": {
@@ -42,4 +54,4 @@
4254
}
4355
}
4456
}
45-
}
57+
}

0 commit comments

Comments
 (0)