forked from portabilis/i-diario
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sourcelevel.yml
38 lines (38 loc) · 872 Bytes
/
.sourcelevel.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
# This configuration was used SourceLevel to review the portabilis/novo-educacao repository
# on 40d60a9262c41c3ca478f58c50dd7deac03b62df.
# You can make this the default configuration for future reviews by moving this
# file to your repository as `.sourcelevel.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.sourcelevel.io/configuration and see the configuration
# details.
---
engines:
reek:
enabled: true
fixme:
enabled: true
eslint:
enabled: false
csslint:
enabled: false
rubocop:
enabled: true
brakeman:
enabled: true
duplication:
config:
languages:
- ruby
enabled: true
remark-lint:
enabled: true
exclude_paths:
- bin
- config
- db
- public
- script
- spec
- vendor
- **/*.js
- **/*.css