forked from diegorubin/tshield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ebert.yml
33 lines (33 loc) · 838 Bytes
/
.ebert.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This configuration was used Ebert to review the diegorubin/tshield repository
# on a90acd2772f4cc604110f4f0cfc386e922dbb4e2.
# 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://docs.ebertapp.io/configuration and see the configuration
# details.
---
styleguide: plataformatec/linters
engines:
reek:
enabled: true
fixme:
enabled: true
eslint:
enabled: true
csslint:
enabled: false
rubocop:
enabled: true
duplication:
config:
languages:
- ruby
enabled: true
remark-lint:
enabled: true
bundler-audit:
enabled: true
exclude_paths:
- bin
- examples
- spec