1
0
Fork 0
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:
Kyrylo Silin 2019-03-24 01:56:00 +02:00
parent d17fafec09
commit 8edffe65ef
2 changed files with 3 additions and 4 deletions

View file

@ -58,3 +58,6 @@ Bundler/OrderedGems:
Style/DoubleNegation:
Enabled: false
Style/Documentation:
Enabled: false

View file

@ -133,7 +133,3 @@ Style/CaseEquality:
Style/CommentedKeyword:
Exclude:
- 'spec/fixtures/example_nesting.rb'
# Offense count: 138
Style/Documentation:
Enabled: false