Skip to content

Releases: InteractionDesignFoundation/coding-standard

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

0.0.5

15 Apr 10:25
e5d1fc6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.4...0.0.5

0.0.4

14 Apr 19:28
Compare
Choose a tag to compare

What's changed

  • Fix IxDFCodingStandard.Files.BemCasedFilename.InvalidCharacters for non-blade files
  • Check coding-style on CI

Full Changelog: 0.0.3...0.0.4

0.0.3

14 Apr 17:08
Compare
Choose a tag to compare

What's changed:

  • Remove rules that requires customisation by default
  • Use Psalm

Full Changelog: 0.0.2...0.0.3