Releases: ZooRoyal/coding-standard
Releases · ZooRoyal/coding-standard
End of PHP 7.0 Support
- End of PHP 7.0 Support
- Code sniffer backwards compatibility changed to PHP 7.1
Style Lint rules changed
Rational order is removed from the style linting
Switch to foxy
Switched from self written npm-plugin to foxy
=== Watch out ===
The installation directory for npm-packges will change from ./vendor/zooroyal/coding-standard/node_modules to ./node_modules
README update
Added new requirement to README
Httplug compatibility
Removed php-http/guzzle5-adapter
From now on you need to install a provider of php-http/client-implementation from Packagist alongside the coding-standard
Adding Github communication utillity
With the newly added Github utility comments can be added to open pull-requests. Further information may be found in the README.md
Fixing eslint errors and polishing javascript sniffing
- update eslint + stylelint, add stylelint rational-order
- update package-lock
- fix version number for stylelint-config-recommended
- stylelint config standard to 18.3.0
- add stylelint-config-rational-order and stylelint-order
- REVERTING from stylelint 10 to 9
- update eslint and eslint-config-standard
- add plugin standard
- es6 functions for BadCode.js
- systemtest for eslint and stylelint configurations
- ignoring eslint 'Something went wrong! ' behavior
Fixed incorrect reference to phpcs config
2.2.1 Changed ref to file path #51 (#52)
New Coding Rules
- Moved configs so phpcodesniffer-composer-installer can reach it
- Added SlevomatCodingStandard
- Config Slevomat
- Add PHPCompatibility
- Fixed Violations in Coding-Standard itself
ES6 Rules for ESLINT
ES6 rules
#43