Skip to content

Releases: OXID-eSales/coding_standards

Remove /modules/ from exclude-pattern

Choose a tag to compare

@robertblank robertblank released this 06 Jun 13:08
v3.0.5

Revert 2b0305a6f4d7796f0cdc247a2fc2903320421810

Exclude modules

Choose a tag to compare

@robertblank robertblank released this 25 Jul 09:31
ESDEV-4666 Add /modules/ to exclude-pattern

Modules should run their own coding standards tests

Adjust abstract method handling

Choose a tag to compare

@sebbbbauer sebbbbauer released this 02 Jun 12:39

Abstract methods with @return phpdoc led to an ERROR, which made no sense at all

Fix composer.json

Choose a tag to compare

@rezonanc-oxid rezonanc-oxid released this 16 Dec 10:23
v3.0.1

Remove version from composer.json definition

Initial release for OXID eShop V6

Choose a tag to compare

@rezonanc-oxid rezonanc-oxid released this 16 Dec 09:48
  • Recognize generator functions
  • Update ruleset according 6.0 structure

Fix composer.json

Choose a tag to compare

@rezonanc-oxid rezonanc-oxid released this 16 Dec 10:27
v2.0.3

Fix composer.json

Include changes that are compatible with latest V5 OXID eShop

Choose a tag to compare

@rezonanc-oxid rezonanc-oxid released this 16 Dec 09:45
  • Update code sniffer version (^2.3.1)
  • Exit with correct return code we get back from phpcs, otherwise there is no way to stop execution e.g. in a CI environment - PR #14 from shoptimax/master
  • Don't test in Interfaces body function of a return Statement - PR #13 from sd-tm/master
  • Exclude adodblite from checks

v2.0.1: ESDEV-3648 Remove squizlabs/php_codesniffer remote

Choose a tag to compare

@rezonanc-oxid rezonanc-oxid released this 29 Apr 07:49

This release will not use the forked third party dependency of code sniffer as the required version 2.3.1 has already been released officially.