forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codeclimate.yml
More file actions
51 lines (48 loc) · 780 Bytes
/
.codeclimate.yml
File metadata and controls
51 lines (48 loc) · 780 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
44
45
46
47
48
49
50
51
engines:
fixme:
enabled: false
rubocop:
enabled: true
channel: rubocop-0-49
duplication:
enabled: true
complexity:
enabled: false
markdownlint:
enabled: true
exclude_paths:
- .bowerrc
- .codeclimate.yml
- .dockerignore
- .gitignore
- .nvmrc
- .rspec
- .rubocop.yml
- .spelling
- .travis.yml
- Gemfile.lock
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- README.markdown
- license
- linklint-2.3.5
- linklint_command
- pacakge-lock.json
- package.json
- Rakefile
- Vagrantfile
- config.sample.yml
- bower.json
- gulfile.js
- .github/**/*
- bin/**/*
- config/**/*
- gulp/**/*
- script/**/*
- public/**/*
- source/assets/**/*
- plugins/**/*
ratings:
paths:
- lib/**/*.rb
- "**.md"