Skip to content

Commit

Permalink
MNT Define phpcs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 committed Nov 9, 2020
1 parent 08e5af4 commit 3fb2e9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,8 +1,7 @@
# https://docs.travis-ci.com/user/build-config-imports/
version: ~> 1.0

import:
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-behat.yml
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-range-behat.yml

env:
global:
Expand Down
3 changes: 3 additions & 0 deletions phpcs.xml.dist
Expand Up @@ -2,6 +2,9 @@
<ruleset name="SilverStripe">
<description>CodeSniffer ruleset for SilverStripe coding conventions.</description>

<file>src</file>
<file>tests</file>

<!-- base rules are PSR-2 -->
<rule ref="PSR2" >
<!-- Current exclusions -->
Expand Down

0 comments on commit 3fb2e9a

Please sign in to comment.