added unity files
This commit is contained in:
parent
9042333f51
commit
28c15035a4
62 changed files with 3873 additions and 270 deletions
|
|
@ -1,12 +1,20 @@
|
|||
# Validation Summary
|
||||
|
||||
- Files Checked: 3
|
||||
CUSTOMER CODE ERRORS FOUND
|
||||
|
||||
- Files Checked: 9
|
||||
- Warnings: 1
|
||||
- Errors: 1
|
||||
- Errors: 3
|
||||
|
||||
## Detailed Results
|
||||
|
||||
- OK: bash -n passed: tools/validate-code.sh
|
||||
- OK: bash -n passed: tools/project-report.sh
|
||||
- Warning: yamllint not installed; skipping validate.yml
|
||||
- Error: php -l failed: index.php \| Errors parsing /home/dev/Documents/customer-test/index.php \| PHP Parse error: syntax error, unexpected end of file, expecting "," or ";" in /home/dev/Documents/customer-test/index.php on line 5
|
||||
- Error: php -l failed: tests/validation-samples/php/broken.php \| Errors parsing /home/dev/Documents/customer-test/tests/validation-samples/php/broken.php \| PHP Parse error: syntax error, unexpected end of file, expecting "," or ";" in /home/dev/Documents/customer-test/tests/validation-samples/php/broken.php on line 3
|
||||
- OK: php -l passed: tests/validation-samples/php/valid.php
|
||||
- OK: python3 -m py_compile passed: tests/validation-samples/python/valid.py
|
||||
- Error: python3 -m py_compile failed: tests/validation-samples/python/broken.py \| File "/home/dev/Documents/customer-test/tests/validation-samples/python/broken.py", line 1 print("broken python sample" ^ SyntaxError: '(' was never closed
|
||||
- OK: node --check passed: tests/validation-samples/javascript/valid.js
|
||||
- Error: node --check failed: tests/validation-samples/javascript/broken.js \| /home/dev/Documents/customer-test/tests/validation-samples/javascript/broken.js:1 console.log("broken javascript sample" ^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: missing ) after argument list at internalCompileFunction (node:internal/vm:73:18) at wrapSafe (node:internal/modules/cjs/loader:1274:20) at node:internal/main/check_syntax:84:41 at loadESM (node:internal/process/esm_loader:34:13) at checkSyntax (node:internal/main/check_syntax:84:21) Node.js v18.19.1
|
||||
- OK: php -l passed: index.php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue