forked from CircuitVerse/CircuitVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.qlty.yml
More file actions
43 lines (39 loc) · 638 Bytes
/
Copy path.qlty.yml
File metadata and controls
43 lines (39 loc) · 638 Bytes
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
version: "1"
analyzers:
rubocop:
enabled: true
eslint:
enabled: true
stylelint:
enabled: true
duplication:
enabled: true
exclude:
- spec/
filters:
exclude:
- config/
- db/
- vendor/
- node_modules/
- public/packs/
- public/bootstrap-3.3.7/
- public/external/
- test/
- tmp/
- apidoc/v1/javascripts/
- docs/source/javascripts/
- app/tasks/maintenance/
ratings:
include:
- Gemfile.lock
- "**/*.erb"
- "**/*.rb"
- "**/*.css"
- "**/*.coffee"
- "**/*.inc"
- "**/*.js"
- "**/*.module"
checks:
method-lines:
max: 100