Skip to content

chore(linters): Configure static analysis tools#213

Merged
SmetDenis merged 3 commits intomasterfrom
fix-linters
Sep 28, 2025
Merged

chore(linters): Configure static analysis tools#213
SmetDenis merged 3 commits intomasterfrom
fix-linters

Conversation

@SmetDenis
Copy link
Copy Markdown
Member

  • Introduce PHPStan for stricter static analysis with a new configuration file.
  • Update Psalm configuration to suppress specific issues and improve formatting.
  • Refine PHPDoc comments by removing redundant @throws tags.
  • Introduce explicit type casts and constant type declarations for improved type safety.
  • Update jbzoo/cli and kubawerlos/php-cs-fixer-custom-fixers dependencies.
  • Reformat charset list in schema example and README for readability.
  • Remove PHP version-specific test skip for Charset rule.

- Introduce PHPStan for stricter static analysis with a new configuration file.
- Update Psalm configuration to suppress specific issues and improve formatting.
- Refine PHPDoc comments by removing redundant `@throws` tags.
- Introduce explicit type casts and constant type declarations for improved type safety.
- Update `jbzoo/cli` and `kubawerlos/php-cs-fixer-custom-fixers` dependencies.
- Reformat charset list in schema example and README for readability.
- Remove PHP version-specific test skip for Charset rule.
- Update regex in `ValidateCsvBatchCsvTest` to specifically remove the "CSV Blueprint" version line from command output. This prevents unintended removal of other lines and makes the test more resilient to output changes.
- Modify `Tools::runCommand` to pass `true` for a parameter, likely enabling stricter error handling or output capture for executed commands within tests.
@SmetDenis SmetDenis merged commit 4ec6534 into master Sep 28, 2025
12 checks passed
@SmetDenis SmetDenis deleted the fix-linters branch September 28, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant