Skip to content

Commit

Permalink
docs and automation files
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed May 31, 2024
1 parent db504ed commit d1ec6f8
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 126 deletions.
1 change: 1 addition & 0 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"npm-package-json-lint": "7.1.0",
"perlcritic": "1.152",
"php": "7.4.26",
"php-cs-fixer": "3.58.1",
"phpcs": "3.10.1",
"phplint": "9.3.1",
"phpstan": "1.11.2",
Expand Down
16 changes: 16 additions & 0 deletions .automation/test/php/reports/ERROR-PHP_PHPCSFIXER.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Results of php-cs-fixer linter (version 3.58.1)
See documentation on https://megalinter.io/latest/descriptors/php_php_cs_fixer/
-----------------------------------------------

❌ [ERROR] for workspace /tmp/lint
Linter raw log:
PHP CS Fixer 3.58.1 7th Gear by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.7
Running analysis on 1 core sequentially.
You can enable parallel runner and speed up the analysis! Please see https://cs.symfony.com/doc/usage.html for more information.
Loaded config default from "/action/lib/.automation/.php-cs-fixer.dist.php".
Using cache file ".php-cs-fixer.cache".

Files that were not fixed due to errors reported during linting before fixing:
1) ./php_bad_1.php
2) ./php_bad_2.php
Loading

0 comments on commit d1ec6f8

Please sign in to comment.