23 lines
435 B
Plaintext
23 lines
435 B
Plaintext
|
|
{
|
||
|
|
"$comment": "Example configuration file for PHP/Laravel Security Linter",
|
||
|
|
|
||
|
|
"severity": "low",
|
||
|
|
"format": "text",
|
||
|
|
"lang": "ja",
|
||
|
|
"recursiveDepth": 10,
|
||
|
|
|
||
|
|
"exclude": [
|
||
|
|
"custom/legacy/*",
|
||
|
|
"app/Console/Commands/*",
|
||
|
|
"resources/views/emails/*"
|
||
|
|
],
|
||
|
|
|
||
|
|
"include": [
|
||
|
|
"vendor/my-company/*"
|
||
|
|
],
|
||
|
|
|
||
|
|
"includeVendor": false,
|
||
|
|
"includeTests": false,
|
||
|
|
"noDefaultExcludes": false
|
||
|
|
}
|