Skip to content

Releases: hostnet/phpcs-tool

Upgrade to PHPUnit 11

Choose a tag to compare

@janlam7 janlam7 released this 29 Apr 05:36
f533c26
  • Remove NamespaceSniff, we are way past PHPUnit 6
  • Replace @Covers with attributes
  • Remove AtCovers sniffs
  • Add typehints to const
  • Drop PHP 8.1 and 8.2 support, add 8.4 and 8.5
  • Upgrade to PHPUnit 11
  • Updated deprecated syntax
  • Remove referenced deprecated sniffs

Add PHP 8.3 compatibility, end PHP 8 and lower support

Choose a tag to compare

@StijnKlopper2k StijnKlopper2k released this 11 Feb 13:40
4eff317

9.1.3

Choose a tag to compare

@svandervlugt svandervlugt released this 30 Apr 13:43
46e0667

What's Changed

Full Changelog: 9.1.1...9.1.3

Removal of several rules.

Choose a tag to compare

@rickprent rickprent released this 11 Dec 10:46
3d57901

Some rules have been removed by the managing repositories.
For more information: #72

Upgrade slevomat/coding-standard to ^8

Choose a tag to compare

@janlam7 janlam7 released this 26 Oct 09:43
76140e3

Move rules to Level-1 and beyond for compatibility

Choose a tag to compare

@janlam7 janlam7 released this 21 Apr 10:20
3e33a7f
  • 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

Choose a tag to compare

@yannickl88 yannickl88 released this 04 Apr 13:05
36bc5bf
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 <laurens.otto@hva.nl>

Removed Generic.Metrics.CyclomaticComplexity rule

Choose a tag to compare

@janlam7 janlam7 released this 14 Dec 07:23
4fa465a
  • Removes Removed Generic.Metrics.CyclomaticComplexity rule
  • Updates dependencies

Add PHP 8 compatibility, end PHP 7.2 support

Choose a tag to compare

@janlam7 janlam7 released this 07 Jul 12:56
7463b82
  • Adds PHP 8 compatibility
  • Ends PHP 7.2 support

Exclude SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment

Choose a tag to compare

@janlam7 janlam7 released this 01 Jul 09:13
d0d0483
  • Excludes SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment