-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathebert.yml
43 lines (42 loc) · 958 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
34
35
36
37
38
39
40
41
42
# This configuration was used Ebert to review the klyonrad/lazybar repository
# on 09ee50969e95fc35ef1178ccf429b833a60fb90e.
# 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
rubocop:
enabled: true
brakeman:
enabled: true
scss-lint:
enabled: true
coffeelint:
enabled: true
duplication:
config:
languages:
ruby:
mass_threshold: 50
enabled: true
remark-lint:
enabled: true
bundler-audit:
enabled: true
exclude_paths:
- bin
- config
- db
- public
- spec
- test
- vendor