Skip to content

Releases: InteractionDesignFoundation/coding-standard

0.3.3

23 Jun 10:30
Compare
Choose a tag to compare

What's new

Full Changelog: 0.3.2...0.3.3

0.3.2

23 Jun 10:27
Compare
Choose a tag to compare

What's Changed

  • Bump dependencies, do not use deprecated sniffs @alies-dev

Full Changelog: 0.3.1...0.3.2

0.3.1

31 Jan 12:38
721c5d9
Compare
Choose a tag to compare

What's Changed

  • Improve comment in RequireCustomAbortMessageSniff by @szepeviktor in #17
  • Resolve conflict for multi-line closure param list @alies-dev
  • Require parentheses for new() calls (even for anon. classes) @alies-dev
  • Ignore FullyQualifiedClassNameInAnnotation for phpstan-type @alies-dev

Full Changelog: 0.3.0...0.3.1

0.3.0

05 Aug 12:32
7294f3c
Compare
Choose a tag to compare

What's changed:

  • Set zero spaces after fn keyword to follow PER-CS2.0 @alies-dev
  • Add a shared config for PHP Coding Standards Fixer @alies-dev
  • PHPCS: Add ray to the list of forbiddenFunctions @alies-dev
  • Bump dependencies @alies-dev

Full Changelog: 0.2.3...0.3.0

0.2.3

01 Apr 10:11
bfafc49
Compare
Choose a tag to compare

What's changed:

  • Remove Generic.Metrics.CyclomaticComplexity (Cognitive Complexity is already used instead, see more) @alies-dev

Full Changelog: 0.2.2...0.2.3

0.2.2

11 Mar 10:59
fc6c7ce
Compare
Choose a tag to compare

What's changed:

  • Remove a duplicated SlevomatCodingStandard.Files.FunctionLength @alies-dev

Full Changelog: 0.2.1...0.2.2

0.2.1

29 Feb 05:20
8009c21
Compare
Choose a tag to compare

What's Changed

  • Enforce using 1 empty line between different import types linesCountBetweenUseTypes to avoid conflicts with blank_line_between_import_groups PHP-CS-Fixer rule and follow PER Coding Style 2.0 @alies-dev
  • Update actions/cache action to v4 by @renovate in #13
  • Bump dependencies @alies-dev

Full Changelog: 0.2.0...0.2.1

0.2.0

09 Dec 19:15
Compare
Choose a tag to compare

What's Changed

  • Update dependencies (slevomat/coding-standard, php 8.2)

Full Changelog: 0.1.1...0.2.0

0.1.1

09 Aug 16:10
Compare
Choose a tag to compare

What's changed

  • IxDFCodingStandard.Functions.MissingOptionalArgument: support checks of static method calls @lptn

0.1.0

09 Aug 14:20
Compare
Choose a tag to compare

What's Changed

  • Add IxDFCodingStandard.Functions.MissingOptionalArgument Sniff @lptn
  • Setup CI to run tests @lptn

Full Changelog: 0.0.5...0.1.0