mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
19 lines
306 B
Text
19 lines
306 B
Text
|
{
|
||
|
"ignooooooooorePaths": [
|
||
|
"**/node_modules/**",
|
||
|
"**/bower_components/**",
|
||
|
"**/vendor/**",
|
||
|
"**/examples/**",
|
||
|
"**/__tests__/**",
|
||
|
"**/tests/**",
|
||
|
"**/__fixtures__/**"
|
||
|
],
|
||
|
"iggggggggnoreDeps": [
|
||
|
"go",
|
||
|
"node-fetch"
|
||
|
],
|
||
|
"constraaaaaaaaaints": {
|
||
|
"go": "1.20"
|
||
|
}
|
||
|
}
|