Releases: OXID-eSales/coding_standards
Releases · OXID-eSales/coding_standards
Remove /modules/ from exclude-pattern
v3.0.5 Revert 2b0305a6f4d7796f0cdc247a2fc2903320421810
Exclude modules
ESDEV-4666 Add /modules/ to exclude-pattern Modules should run their own coding standards tests
Adjust abstract method handling
Abstract methods with @return phpdoc led to an ERROR, which made no sense at all
Fix composer.json
v3.0.1 Remove version from composer.json definition
Initial release for OXID eShop V6
- Recognize generator functions
- Update ruleset according 6.0 structure
Fix composer.json
v2.0.3 Fix composer.json
Include changes that are compatible with latest V5 OXID eShop
- 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
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.