Skip to content

Commit

Permalink
Updating repolinter.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timclegg committed Aug 25, 2021
1 parent 34e7e77 commit 40e34b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"type": "file-starts-with",
"options": {
"globsAll": ["**/*"],
"skip-binary-files": false,
"skip-binary-files": true,
"skip-paths-matching": {
"extensions": ["yaml","yml","md","json"],
"patterns": [".github"],
"extensions": ["yaml","yml","md","json","xml","tpl","ipynb","pickle","joblib","properties"],
"patterns": ["\\.github"],
"flags": ""
},
"lineCount": 1,
"lineCount": 2,
"patterns": [
"Copyright \\(c\\) [12][90]\\d\\d Oracle and/or its affiliates\\."
"Copyright \\([cC]\\) [12][90]\\d\\d(\\-[12][90]\\d\\d)? Oracle and/or its affiliates\\."
],
"succeed-on-non-exist": true
}
}
}
}
}
}

0 comments on commit 40e34b5

Please sign in to comment.