File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,13 @@ jobs:
151
151
# Test for fixer conflicts by running the auto-fixers of the complete WPCS over the test case files.
152
152
# This is not an exhaustive test, but should give an early indication for typical fixer conflicts.
153
153
# If only fixable errors are found, the exit code will be 1, which can be interpreted as success.
154
- #
155
- # Note: the ValidVariableNameUnitTest.inc file is temporarily ignored until upstream PHPCS PR 3833 has been merged.
156
154
- name : Test for fixer conflicts (fixes expected)
157
155
if : ${{ matrix.phpcs_version == 'dev-master' }}
158
156
id : phpcbf
159
157
continue-on-error : true
160
158
run : |
161
159
set +e
162
- $(pwd)/vendor/bin/phpcbf -pq ./WordPress/Tests/ --standard=WordPress --extensions=inc --exclude=Generic.PHP.Syntax --report=summary --ignore=/WordPress/Tests/NamingConventions/ValidVariableNameUnitTest.inc,/WordPress/Tests/ WP/GlobalVariablesOverrideUnitTest.7.inc
160
+ $(pwd)/vendor/bin/phpcbf -pq ./WordPress/Tests/ --standard=WordPress --extensions=inc --exclude=Generic.PHP.Syntax --report=summary --ignore=/WordPress/Tests/WP/GlobalVariablesOverrideUnitTest.7.inc
163
161
exitcode="$?"
164
162
echo "EXITCODE=$exitcode" >> $GITHUB_OUTPUT
165
163
exit "$exitcode"
You can’t perform that action at this time.
0 commit comments