Skip to content

Commit

Permalink
Removed phpcs for autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jul 6, 2021
1 parent ebb0827 commit 651c57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"scripts": {
"phpcs": [
"phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp src",
"phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp src --ignore=src/Elasticsearch/Endpoints",
"phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp tests --ignore=tests/Elasticsearch/Tests/Yaml"
],
"phpstan": [
Expand Down

0 comments on commit 651c57b

Please sign in to comment.