mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
Fix file modes and re-add report
This commit is contained in:
parent
2898e49402
commit
54ac216600
9 changed files with 4 additions and 3 deletions
0
.automation/test/php/php_bad_2.php
Executable file → Normal file
0
.automation/test/php/php_bad_2.php
Executable file → Normal file
0
.automation/test/php/php_good_2.php
Executable file → Normal file
0
.automation/test/php/php_good_2.php
Executable file → Normal file
0
.automation/test/php/reports/expected-PHP_BUILTIN.tap
Executable file → Normal file
0
.automation/test/php/reports/expected-PHP_BUILTIN.tap
Executable file → Normal file
0
.automation/test/php/reports/expected-PHP_PHPCS.tap.ignored
Executable file → Normal file
0
.automation/test/php/reports/expected-PHP_PHPCS.tap.ignored
Executable file → Normal file
|
@ -1,11 +1,12 @@
|
|||
TAP version 13
|
||||
1..3
|
||||
1..4
|
||||
not ok 1 - php_bad_1.php
|
||||
---
|
||||
message: ------ ---------------------------------------------- \n Line php_bad_1.php \n ------ ---------------------------------------------- \n 3 Invalid numeric literal on line 3 \n 3 Invalid numeric literal on line 3 \n 3 Syntax error, unexpected '=' on line 3 \n 3 Syntax error, unexpected T_LNUMBER on line 3 \n 3 Syntax error, unexpected T_STRING on line 3 \n 3 Syntax error, unexpected T_STRING on line 3 \n ------ ---------------------------------------------- \n\n [ERROR] Found 6 errors \n
|
||||
...
|
||||
not ok 2 - php_bad_2.php
|
||||
---
|
||||
message: ------ ------------------------------------------------------- \n Line php_bad_2.php \n ------ ------------------------------------------------------- \n 5 Syntax error, unexpected EOF, expecting T_VARIABLE or \n T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN on line 5 \n ------ ------------------------------------------------------- \n\n [ERROR] Found 1 error \n
|
||||
message: ------ ----------------------------------------- \n Line php_bad_2.php \n ------ ----------------------------------------- \n 15 Syntax error, unexpected '}' on line 15 \n ------ ----------------------------------------- \n\n [ERROR] Found 1 error \n
|
||||
...
|
||||
ok 3 - php_good_1.php
|
||||
ok 4 - php_good_2.php
|
0
.automation/test/php/reports/expected-PHP_PSALM.tap.ignored
Executable file → Normal file
0
.automation/test/php/reports/expected-PHP_PSALM.tap.ignored
Executable file → Normal file
0
TEMPLATES/phpcs.xml
Executable file → Normal file
0
TEMPLATES/phpcs.xml
Executable file → Normal file
0
TEMPLATES/psalm.xml
Executable file → Normal file
0
TEMPLATES/psalm.xml
Executable file → Normal file
0
dependencies/phive.xml
vendored
Executable file → Normal file
0
dependencies/phive.xml
vendored
Executable file → Normal file
Loading…
Reference in a new issue