Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

Commit 85fafd3

Browse files
committed
ref: disabling/modifying some cops
1 parent b9bd481 commit 85fafd3

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.rubocop.yml

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1+
AllCops:
2+
Exclude:
3+
- 'bin/*'
4+
- 'config/initializers/secret_token.rb'
5+
- 'lib/cf_kramdown.rb'
6+
- '.pryrc'
7+
18
MultilineMethodCallIndentation:
29
EnforcedStyle: indented_relative_to_receiver
3-
Metrics/LineLength:
4-
Max: 120
10+
511
Style/AsciiComments:
612
Enabled: no
713
Style/Documentation:
814
Enabled: no
15+
Style/ClassAndModuleChildren:
16+
Enabled: no
17+
Style/FrozenStringLiteralComment:
18+
Enabled: no
919

1020
Metrics/ModuleLength:
1121
Exclude:
1222
- "**/*_spec.rb"
13-
23+
Metrics/LineLength:
24+
Max: 120
1425
Metrics/BlockLength:
1526
Exclude:
1627
- "**/*_spec.rb"
1728

1829
Rails:
19-
Enabled: true
30+
Enabled: true

0 commit comments

Comments
 (0)