Skip to content

Commit

Permalink
update code styling scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Mar 30, 2021
1 parent 2f3d88f commit 5a2d55c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 40 deletions.
1 change: 0 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<exclude name="Generic.Files.LineLength"/>
</rule>

<exclude-pattern>themes/repair-cafe/assets</exclude-pattern>
<exclude-pattern>plugins/liip/*/updates</exclude-pattern>

</ruleset>
13 changes: 0 additions & 13 deletions scripts/phpcs-docker.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/phpcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ROOT="$HERE/.."

set +e

$ROOT/vendor/bin/phpcs --standard=$ROOT/phpcs.xml $ROOT/plugins/liip $ROOT/themes/repair-cafe
$ROOT/vendor/bin/phpcs --standard=$ROOT/phpcs.xml $ROOT/plugins/liip

exit $?
13 changes: 0 additions & 13 deletions scripts/phpunit-docker.sh

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/phpunit.sh

This file was deleted.

0 comments on commit 5a2d55c

Please sign in to comment.