forked from the-benchmarker/web-frameworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ebert.yml
48 lines (47 loc) · 1.03 KB
/
.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
43
44
45
46
47
# This configuration was used Ebert to review the the-benchmarker/web-frameworks repository
# on 387074b492dad194fe583d7669c0f6eb6b2ce2bc.
# 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:
phan:
enabled: false
reek:
enabled: true
credo:
enabled: true
fixme:
enabled: true
gofmt:
enabled: true
govet:
enabled: true
phpmd:
enabled: true
radon:
enabled: true
eslint:
enabled: true
golint:
enabled: true
tailor:
enabled: true
csslint:
enabled: true
rubocop:
enabled: true
duplication:
config:
languages:
- ruby
enabled: true
remark-lint:
enabled: true
gnu-complexity:
enabled: true
exclude_paths:
- spec