Skip to content

Commit

Permalink
Disable Style/Documentation cop in main rubcop config
Browse files Browse the repository at this point in the history
I'm happy not having class/module level documentation comments.
  • Loading branch information
floehopper committed Nov 16, 2019
1 parent aa16ea6 commit d4edb1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ AllCops:
Style/Alias:
EnforcedStyle: prefer_alias_method

Style/Documentation:
Enabled: false

# Enumerable#each_with_object only available since Ruby v1.9
Style/EachWithObject:
Enabled: false
Expand Down
4 changes: 0 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Metrics/ModuleLength:
Metrics/PerceivedComplexity:
Max: 11

# Offense count: 109
Style/Documentation:
Enabled: false

# Offense count: 545
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Expand Down

0 comments on commit d4edb1c

Please sign in to comment.