Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
0d98651d
Commit
0d98651d
authored
Oct 07, 2020
by
Guillaume Perréal
Browse files
N'utilise pas de cache pour test:php-cs-fixer.
parent
e7b03c1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
0d98651d
...
...
@@ -73,7 +73,7 @@
"@test:composer-require-checker"
],
"test:lint"
:
"@php vendor/bin/parallel-lint -j $(nproc) src"
,
"test:php-cs-fixer"
:
"@php vendor/bin/php-cs-fixer fix --dry-run --verbose"
,
"test:php-cs-fixer"
:
"@php vendor/bin/php-cs-fixer fix --dry-run --verbose
--using-cache=no
"
,
"test:phpcpd"
:
"@php vendor/bin/phpcpd --fuzzy src"
,
"test:phpmd"
:
"@php vendor/bin/phpmd src text phpmd-ruleset.xml"
,
"test:phpstan"
:
"@php vendor/bin/phpstan analyse"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment