Skip to content

Commit

Permalink
Merge pull request #6 from polydice/add-ebert
Browse files Browse the repository at this point in the history
Enable Ebert
  • Loading branch information
dlackty authored May 1, 2017
2 parents bff7628 + 06bd18e commit cde7391
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ebert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This configuration was used Ebert to review the polydice/cindy repository
# on bff7628dbc71fee9a5e3313733576ad1aa817992.
# 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:
reek:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
duplication:
config:
languages:
- ruby
enabled: true
remark-lint:
enabled: true
exclude_paths:
- spec

0 comments on commit cde7391

Please sign in to comment.