Files
php-security-linter/.security-lint.json.example
Yutaka Kurosaki 4e069f39ed Fix placeholder URLs and references for OSS release
- Update php-security-lint wrapper script with correct repository URL
- Remove non-existent schema reference from config example
- Replace GitHub placeholder URLs with Gitea URLs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 19:32:08 +09:00

23 lines
435 B
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
}