Skip to content

Commit

Permalink
skip php-cs-fixer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 11, 2019
1 parent 48306b9 commit 241dbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Note this is the default port (read explanation for `database_host` above).
**Optional** Comma-separated list of desired analysis tools or `"all"` for all tools.
Can be used to improve performance by skipping unwanted tools.
Ensure that it also contains a comma at the start and the end.
Default value: `",phplint,parallel-lint,lint:container,lint:yaml,lint:twig,phpcs,php-cs-fixer,phpunit-bridge,psecio-parse,security-checker,churn,phploc,phpmetrics,php-coupling-detector,deprecation-detector,"`.
Default value: `",phplint,parallel-lint,lint:container,lint:yaml,lint:twig,phpcs,phpunit-bridge,psecio-parse,security-checker,churn,phploc,phpmetrics,php-coupling-detector,deprecation-detector,"`.

Currently supported tools:

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inputs:
tools:
description: Comma-separated list of desired analysis tools
required: false
default: ',phplint,parallel-lint,lint:container,lint:yaml,lint:twig,phpcs,php-cs-fixer,phpunit-bridge,psecio-parse,security-checker,churn,phploc,phpmetrics,php-coupling-detector,deprecation-detector,'
default: ',phplint,parallel-lint,lint:container,lint:yaml,lint:twig,phpcs,phpunit-bridge,psecio-parse,security-checker,churn,phploc,phpmetrics,php-coupling-detector,deprecation-detector,'
create_artifacts:
description: Create artifacts
required: false
Expand Down

0 comments on commit 241dbb8

Please sign in to comment.