{ "$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 }