We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d9f59 commit dd1e3f6Copy full SHA for dd1e3f6
.github/workflows/php.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: npm install
44
- name: Run ESLint
45
- run: npm run eslint -- eslint/rules Magento2 --ignore-pattern 'Magento2/Tests/Eslint/*Test.js'
+ run: npm run eslint -- eslint/rules
46
- name: Run JSCS
47
run: npm run jscs eslint/rules Magento2
48
0 commit comments