diff --git a/.gitattributes b/.gitattributes index 267b5712..51498244 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,10 +7,13 @@ .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore -.stickler.yml export-ignore CONTRIBUTING.md export-ignore docs.Dockerfile export-ignore phpunit.xml export-ignore phpcs.xml export-ignore /.github export-ignore /tests export-ignore +phpstan.neon export-ignore +phpstan-baseline.neon export-ignore +psalm.xml export-ignore +psalm-baseline.xml export-ignore diff --git a/.stickler.yml b/.stickler.yml deleted file mode 100644 index 24568307..00000000 --- a/.stickler.yml +++ /dev/null @@ -1,9 +0,0 @@ -linters: - phpcs: - standard: CakePHP - extensions: 'php,ctp' - fixer: false - -fixers: - enable: false - workflow: commit