Skip to content

Instantly share code, notes, and snippets.

@andrewbredow
Created July 18, 2017 02:54
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 andrewbredow/f1e602e794db88cc1ac19c75c6140481 to your computer and use it in GitHub Desktop.
Save andrewbredow/f1e602e794db88cc1ac19c75c6140481 to your computer and use it in GitHub Desktop.
engines:
csslint:
enabled: true
duplication:
enabled: false
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
credo:
enabled: true
channel: beta
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
- "**.ex"
- "**.exs"
exclude_paths:
- config/
- test/
- node_modules/
- web/static/vendor/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment