Skip to content

Commit

Permalink
Issue #3013685 by bojanz, alexpott: Update phpcs to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Nov 14, 2018
1 parent 3d8dd84 commit 90afb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -107,7 +107,7 @@ before_install:
- git config --global github.accesstoken $GITHUB_OAUTH_TOKEN
- composer global require "hirak/prestissimo:^0.3"
- composer global require "lionsad/drupal_ti:dev-master#0d7c41abd1efa11726d7c908ae7a39bbeea905df"
- composer global require "squizlabs/php_codesniffer:2.*"
- composer global require "squizlabs/php_codesniffer:3.*"
- drupal-ti before_install

install:
Expand All @@ -118,7 +118,7 @@ install:
- export PATH=$PWD/travis-phantomjs:$PATH
- phantomjs --version
# Installed after Drush to prevent Composer conflicts around symfony/yaml.
- composer global require "drupal/coder:8.2.*"
- composer global require "drupal/coder:8.3.*"
- phpcs --config-set installed_paths $HOME/.composer/vendor/drupal/coder/coder_sniffer

before_script:
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Expand Up @@ -18,7 +18,7 @@
<rule ref="Drupal.Files.LineLength.TooLong">
<severity>0</severity>
</rule>
<rule ref="Drupal.Array.Array.LongLineDeclaration">
<rule ref="Drupal.Arrays.Array.LongLineDeclaration">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.VariableComment.VarOrder">
Expand Down

0 comments on commit 90afb24

Please sign in to comment.