Skip to content

Commit

Permalink
Disable method documentation for controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolond committed Sep 23, 2024
1 parent c029fc7 commit 3b15f50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Style/SymbolArray:
Style/DocumentationMethod:
Enabled: true
RequireForNonPublicMethods: true
Exclude:
- "app/controllers/**_controller.rb"

Style/Documentation:
Exclude:
Expand Down

0 comments on commit 3b15f50

Please sign in to comment.