forked from jekyll/jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
46 lines (44 loc) · 1.44 KB
/
.codeclimate.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
engines:
rubocop:
enabled: true
checks:
Rubocop/Style/SpaceInsideBrackets: { enabled: false }
Rubocop/Style/BracesAroundHashParameters: { enabled: false}
Rubocop/Style/EmptyLinesAroundAccessModifier: { enabled: false }
Rubocop/Style/EmptyLinesAroundModuleBody: { enabled: false }
Rubocop/Lint/FormatParameterMismatch: { enabled: false }
Rubocop/Lint/UselessAccessModifier: { enabled: false }
Rubocop/Lint/AssignmentInCondition: { enabled: false }
Rubocop/Style/SpaceAroundOperators: { enabled: false }
Rubocop/Style/AlignParameters: { enabled: false }
Rubocop/Style/SignalException: { enabled: false }
Rubocop/Style/Documentation: { enabled: false }
Rubocop/Style/DoubleNegation: { enabled: false }
Rubocop/Style/UnneededCapitalW: { enabled: false }
Rubocop/Style/IfUnlessModifier: { enabled: false }
Rubocop/Style/RescueModifier: { enabled: false }
Rubocop/Style/RegexpLiteral: { enabled: false }
Rubocop/Style/GuardClause: { enabled: false }
Rubocop/Style/FileName: { enabled: false }
fixme:
enabled: false
exclude_paths:
- .rubocop.yml
- .codeclimate.yml
- .travis.yml
- .gitignore
- .rspec
- Gemfile.lock
- CHANGELOG.md
- readme.md
- README.md
- Readme.md
- ReadMe.md
- COPYING
- LICENSE
- test/**/*
- script/**/*
- spec/**/*
ratings:
paths:
- lib/**/*