diff --git a/qodana.yaml b/qodana.yaml index a3b27bb..896e454 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,13 +2,7 @@ version: "1.0" linter: jetbrains/qodana-php:latest profile: name: qodana.recommended -exclude: - - name: All - paths: - - .phan/config.php - - phpmd.xml - - rector.php - - qodana.sarif.json + include: - name: PhpVulnerablePathsInspection - name: VulnerableLibrariesGlobal @@ -33,7 +27,11 @@ php: exclude: - name: All paths: + - .phan/config.php + - phpmd.xml + - rector.php + - qodana.sarif.json - vendor - vendor/ - vendor/* - - vendor/** + - vendor/** \ No newline at end of file