Skip to content

Commit

Permalink
Show real linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarssanchez committed Jan 16, 2025
1 parent d595a6a commit b789ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
run: composer install

- name: PHPCS check
run: './vendor/bin/phpcs . -q --report=checkstyle --warning-severity=6 --runtime-set testVersion 7.4- | cs2pr'
run: './vendor/bin/phpcs . -q --report=checkstyle --runtime-set testVersion 7.4- | cs2pr'
3 changes: 1 addition & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
}
],
"font-family-no-missing-generic-family-keyword": null,
"declaration-property-unit-allowed-list": null,
"at-rule-disallowed-list": null
"declaration-property-unit-allowed-list": null
}

}

0 comments on commit b789ac0

Please sign in to comment.