Skip to content

Tags: YouweGit/coding-standard-magento2

Tags

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid breaking XML files (#12)

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix to strict rules and exclude pattern uses (#13)

* Fix Exclude pattern, the patterns did not include
  the dot of the extension allowing matching with
  the pathname (which for example in DDEV will
  match with `html` in `/var/www/html`)

* Included more rules to exclude for (p)html and xml
  files. Indentation, line-length are very hard to
  fix consistently and prevents usage of component
  libraries (as for example with Hyvä)

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make exclusion list more specific for Magento template files (#11)

2.1.3

Toggle 2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Also exclude HTML files from Youwe coding standard (#10)

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow stable version of phpcs installer (#8)

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolve incompatibility between standards (#9)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from YouweGit/feature/compatibility-phtml

Add phpcs of Magento 2 coding standards to youwe coding standards for…

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from YouweGit/youwe-magento2

Added magento/magento-coding-standard to keep closer to Magento standards

2.0.0-RC3

Toggle 2.0.0-RC3's commit message
Updated changelog.

2.0.0-RC2

Toggle 2.0.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from fredden/youwe-magento2

Use official Magento2 coding standard as base for YouweMagento2