Files
php-security-linter/.security-lint.json.example
T

24 lines
539 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/security-linter/php-laravel/main/schema/config.json",
"$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
}