Skip to content

Instantly share code, notes, and snippets.

@kyletaylored
Created February 28, 2018 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyletaylored/777f2270a5b61ed7242b3d394ba5b995 to your computer and use it in GitHub Desktop.
Save kyletaylored/777f2270a5b61ed7242b3d394ba5b995 to your computer and use it in GitHub Desktop.
---
version: "2"
plugins:
duplication:
enabled: true
config:
languages:
php:
mass_threshold: 45
eslint:
enabled: false
channel: "eslint-4"
fixme:
enabled: false
phpcodesniffer:
enabled: true
config:
file_extensions: "php,inc,module"
ignore_warnings: true
standard: "Drupal"
exclude_patterns:
- .idea
- includes
- misc
- modules
- profiles
- scripts
- themes
- .editorconfig
- authorize.php
- cron.php
- index.php
- install.php
- update.php
- web.config
- xmlrpc.php
- "sites/all/default/*"
- "sites/all/example.sites.php"
- "sites/all/libraries/*"
- "sites/all/modules/contrib/*"
- "sites/all/modules/patched/*"
- "sites/all/themes/adminimal_theme/*"
- "sites/default/*"
- "**/jquery.*.js"
- "**/slick.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment