From 3eb658dba2d8d5903665c15cd110fe7ed18c3944 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 18 Oct 2024 17:19:09 +0530 Subject: [PATCH 1/2] Cleanup unused stickler config file --- .gitattributes | 1 - .stickler.yml | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 .stickler.yml diff --git a/.gitattributes b/.gitattributes index 267b5712..d55e1013 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,7 +7,6 @@ .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 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 From dedf79b1baffd2fa042bec3244e1fecae6b07188 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 18 Oct 2024 17:34:49 +0530 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index d55e1013..51498244 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,7 @@ 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