Skip to content

Commit 40e34b5

Browse files
committed
Updating repolinter.json
1 parent 34e7e77 commit 40e34b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

repolinter.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
"type": "file-starts-with",
2828
"options": {
2929
"globsAll": ["**/*"],
30-
"skip-binary-files": false,
30+
"skip-binary-files": true,
3131
"skip-paths-matching": {
32-
"extensions": ["yaml","yml","md","json"],
33-
"patterns": [".github"],
32+
"extensions": ["yaml","yml","md","json","xml","tpl","ipynb","pickle","joblib","properties"],
33+
"patterns": ["\\.github"],
3434
"flags": ""
3535
},
36-
"lineCount": 1,
36+
"lineCount": 2,
3737
"patterns": [
38-
"Copyright \\(c\\) [12][90]\\d\\d Oracle and/or its affiliates\\."
38+
"Copyright \\([cC]\\) [12][90]\\d\\d(\\-[12][90]\\d\\d)? Oracle and/or its affiliates\\."
3939
],
4040
"succeed-on-non-exist": true
4141
}
4242
}
4343
}
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)