Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Oct 5, 2020
1 parent 6843734 commit ef1c917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ install:
- chmod 755 tests/output

script:
- |
./vendor/bin/phpcs --config-set installed_paths ../../alley,../../wp-coding-standards/wpcs,../../sirbrillig/phpcs-variable-analysis,../../automattic/vipwpcs
./vendor/bin/phpcs --standard=./phpcs.xml .
- composer run phpcs
- composer run phpunit
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<arg value="ps" />
<exclude-pattern>tests/</exclude-pattern>

<rule ref="Alley-Coding-Standards" />
<rule ref="vendor/alley/alley-coding-standards" />
</ruleset>

0 comments on commit ef1c917

Please sign in to comment.