From a950a03650c8e6eeb8d96afefe28d11c16488aac Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Dec 2025 20:02:44 +0000 Subject: [PATCH] Align with Contributte standards - Add .gitattributes with export-ignore for dev files - Update phpstan.neon: fix phpVersion to 80200, remove empty ignoreErrors - Stagger workflow schedules (tests: 10am, coverage: 9am) --- .gitattributes | 9 +++++++++ .github/workflows/coverage.yml | 2 +- .github/workflows/tests.yml | 2 +- phpstan.neon | 4 +--- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f343907 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +.docs export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.github export-ignore +Makefile export-ignore +phpstan.neon export-ignore +ruleset.xml export-ignore +tests export-ignore diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 860c47e..fac01f8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ on: branches: ["*"] schedule: - - cron: "0 8 * * 1" + - cron: "0 9 * * 1" jobs: coverage: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0bdeea0..6462f70 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: branches: [ "*" ] schedule: - - cron: "0 8 * * 1" + - cron: "0 10 * * 1" jobs: test85: diff --git a/phpstan.neon b/phpstan.neon index 562ab05..cd64186 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,7 +3,7 @@ includes: parameters: level: 9 - phpVersion: 80100 + phpVersion: 80200 scanDirectories: - src @@ -14,5 +14,3 @@ parameters: paths: - src - .docs - - ignoreErrors: