mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
rubocop: disable the Style/Documentation cop
On a normal day I would keep it enabled but I don't really fancy documenting 138 classes...
This commit is contained in:
parent
d17fafec09
commit
8edffe65ef
2 changed files with 3 additions and 4 deletions
|
@ -58,3 +58,6 @@ Bundler/OrderedGems:
|
|||
|
||||
Style/DoubleNegation:
|
||||
Enabled: false
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
|
|
@ -133,7 +133,3 @@ Style/CaseEquality:
|
|||
Style/CommentedKeyword:
|
||||
Exclude:
|
||||
- 'spec/fixtures/example_nesting.rb'
|
||||
|
||||
# Offense count: 138
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in a new issue