Skip to content

Releases: OXID-eSales/coding_standards

Remove /modules/ from exclude-pattern

06 Jun 13:08
Compare
Choose a tag to compare
v3.0.5

Revert 2b0305a6f4d7796f0cdc247a2fc2903320421810

Exclude modules

25 Jul 09:31
Compare
Choose a tag to compare
ESDEV-4666 Add /modules/ to exclude-pattern

Modules should run their own coding standards tests

Adjust abstract method handling

02 Jun 12:39
Compare
Choose a tag to compare

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

Fix composer.json

16 Dec 10:23
Compare
Choose a tag to compare
v3.0.1

Remove version from composer.json definition

Initial release for OXID eShop V6

16 Dec 09:48
Compare
Choose a tag to compare
  • Recognize generator functions
  • Update ruleset according 6.0 structure

Fix composer.json

16 Dec 10:27
Compare
Choose a tag to compare
v2.0.3

Fix composer.json

Include changes that are compatible with latest V5 OXID eShop

16 Dec 09:45
Compare
Choose a tag to compare
  • 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

29 Apr 07:49
Compare
Choose a tag to compare

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.