Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YouweGit/coding-standard-magento2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.1
Choose a base ref
...
head repository: YouweGit/coding-standard-magento2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 15, 2023

  1. Allow stable version of phpcs installer (#8)

    Dan Wallis authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    efc95a8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    e187a54 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    30e96bb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. 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ä)
    elzekool authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2355959 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Avoid breaking XML files (#12)

    Dan Wallis authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1d15d24 View commit details
    Browse the repository at this point in the history
Loading