Skip to content

Commit

Permalink
Add .ebert.yml for automated code-reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Nov 28, 2016
1 parent 0d69033 commit cb93cf9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .ebert.yml
@@ -0,0 +1,24 @@
# This configuration was used Ebert to review the kittoframework/kitto repository
# on 0d690330dfb1d4fc4c03f007dddfbaaaeead1efa.
# You can make this the default configuration for future reviews by moving this
# file to your repository as `.ebert.yml` and pushing it to GitHub, and tweak
# it as you wish - To know more on how to change this file to better review your
# repository you can go to https://ebertapp.io/docs/config and see the configuration
# details.
---
styleguide: plataformatec/linters
engines:
credo:
enabled: true
fixme:
enabled: true
eslint:
enabled: false
scss-lint:
enabled: true
remark-lint:
enabled: true
exclude_paths:
- config
- test

0 comments on commit cb93cf9

Please sign in to comment.