We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaf75c commit e7beca5Copy full SHA for e7beca5
.rubocop.yml
@@ -11,7 +11,7 @@ Metrics/MethodLength:
11
Max: 15
12
13
Metrics/BlockLength:
14
- IgnoredMethods:
+ AllowedMethods:
15
- class_methods
16
17
Style/Documentation:
spec/.rubocop.yml
@@ -3,7 +3,7 @@ inherit_from: ../.rubocop.yml
3
require: rubocop-rspec
4
5
6
- IgnoredMethods: ['describe', 'context']
+ AllowedMethods: ['describe', 'context']
7
8
Style/NumericLiterals:
9
Enabled: false
0 commit comments