Releases: Space48/magento2-code-quality
Releases · Space48/magento2-code-quality
1.2.16
Full Changelog: 1.2.15...1.2.16
- Fixed ESlint version to V8
TODO:
Update config files to update to V9
1.2.15
- Fixed "Not a TTY device" error
1.2.14
Added files from app/etc
folder to the exclude list.
1.2.13
What's Changed
- S48-667: Added Blank line before return rule
- Fixed FixerConfig bug
1.2.11
- Added new PhpCs rule: Native Function Invocation
1.2.9
- Added '--fix' CLI option to run the tool in autofix mode ignoring corresponding .yml file setting
- Added 'code-quality.mk' with all commands for inclusion in the root Makefile
1.2.8
- Replace Symfony command 'git:init' call with shell script call for adding pre-commit hook
- Replace Magento LineLength rule with origin rule as Magento one was removed
1.2.7
What's Changed
- Added Plugin/Observer class detector
- Added Plugin/Observer class complexity rule for PHPMD
- Exclude PHPMD.UnusedFormalParameter for Plugin/Observer classes