Releases: hostnet/phpcs-tool
Releases · hostnet/phpcs-tool
9.1.3
What's Changed
- Removal of several rules. by @rickprent in #72
- Allow symfony 6 and 7 by @svandervlugt in #73
Full Changelog: 9.1.1...9.1.3
Removal of several rules.
Some rules have been removed by the managing repositories.
For more information: #72
Upgrade slevomat/coding-standard to ^8
- Upgrades slevomat/coding-standard to ^8
- BC breaks on https://github.com/slevomat/coding-standard/releases/tag/8.0.0 don't seem relevant
Move rules to Level-1 and beyond for compatibility
- adds compatibility with slevomat/coding-standard:^7.0.19
- partly reverts 36bc5bf by moving rules out of the Hostnet ruleset again.
- enables fixer for SlevomatCodingStandard.Namespaces.UnusedUses
Merge current expirimental rules to main ruleset
Merge current expirimental rules to main ruleset (#69) * Merge current expirimental rules to main ruleset * Add allow-plugins preset to composer.json * Solve phpcs errors Co-authored-by: Laurens <[email protected]>
Removed Generic.Metrics.CyclomaticComplexity rule
- Removes Removed Generic.Metrics.CyclomaticComplexity rule
- Updates dependencies
Add PHP 8 compatibility, end PHP 7.2 support
- Adds PHP 8 compatibility
- Ends PHP 7.2 support
Exclude SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment
- Excludes SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment
Repair broken rulesets
- Repairs broken HostnetExperimental ruleset
Update slevomat/coding-standard for php8 compatibility
8.3.18 Update slevomat/coding-standard for php8 compatibility (#62)