Skip to content

Commit

Permalink
Updating repolinter.json to require Oracle disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Oct 11, 2022
1 parent 2f41efc commit 8bbc7be
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
}
}
},
"disclaimer-present" : {
"level": "error",
"rule": {
"type": "file-contents",
"options": {
"globsAll": ["README*"],
"noCase": true,
"fail-on-non-existent": true,
"content": "ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND"
}
}
},
"license-file-exists" : {
"level": "error",
"rule": {
Expand Down Expand Up @@ -42,4 +54,4 @@
}
}
}
}
}

0 comments on commit 8bbc7be

Please sign in to comment.