File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999 run : |
100100 echo -e "\033[0;33mExecuting PHP Parallel Lint...\033[0m"
101101 if [[ -f "vendor/bin/parallel-lint" ]]; then
102- vendor/bin/parallel-lint --colors --exclude ./lib/ --exclude ./node_modules/ --exclude ./vendor/ --no-progress .
102+ vendor/bin/parallel-lint --show-deprecated -- colors --exclude ./lib/ --exclude ./node_modules/ --exclude ./vendor/ --no-progress .
103103 elif [[ -f "../../vendor/bin/parallel-lint" ]]; then
104- ../../vendor/bin/parallel-lint --colors --exclude ./lib/ --exclude ./node_modules/ --exclude ./vendor/ --no-progress .
104+ ../../vendor/bin/parallel-lint --show-deprecated -- colors --exclude ./lib/ --exclude ./node_modules/ --exclude ./vendor/ --no-progress .
105105 else
106106 echo -e "\033[0;31mPHP Parallel Lint binary not found!\033[0m"
107107 exit 1
You can’t perform that action at this time.
0 commit comments