Skip to content

Releases: Space48/magento2-code-quality

1.2.16

17 Apr 09:34
0c9ee31
Compare
Choose a tag to compare

Full Changelog: 1.2.15...1.2.16

  • Fixed ESlint version to V8
    TODO:
    Update config files to update to V9

1.2.15

26 Feb 17:12
Compare
Choose a tag to compare
  • Fixed "Not a TTY device" error

1.2.14

13 Dec 17:39
e3d9adc
Compare
Choose a tag to compare

Added files from app/etc folder to the exclude list.

1.2.13

11 Apr 13:54
24ef62a
Compare
Choose a tag to compare

What's Changed

  • S48-667: Added Blank line before return rule
  • Fixed FixerConfig bug

1.2.12

19 Mar 19:32
Compare
Choose a tag to compare

Fix a bug from 1.2.11

1.2.11

19 Mar 18:19
8eda466
Compare
Choose a tag to compare
  • Added new PhpCs rule: Native Function Invocation

1.2.10

19 Jan 17:23
Compare
Choose a tag to compare
  • fix a bug from 2.2.9

1.2.9

18 Jan 10:57
dc589db
Compare
Choose a tag to compare
  • 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

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

28 Dec 13:43
Compare
Choose a tag to compare

What's Changed

  • Added Plugin/Observer class detector
  • Added Plugin/Observer class complexity rule for PHPMD
  • Exclude PHPMD.UnusedFormalParameter for Plugin/Observer classes