Skip to content

Commit

Permalink
allow short names that make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Jan 28, 2019
1 parent e35f012 commit e2df9de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions standard_rubocop_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ Style/NumericPredicate:
Style/CommentAnnotation:
Enabled: false

Naming/UncommunicativeMethodParamName:
AllowedNames:
- bb #standard shortening of "bounding box"
- r #standard shortening of "radius"

# Uncomment following rules to allow using tabs:
#Layout/Tab:
# Enabled: false
Expand Down

0 comments on commit e2df9de

Please sign in to comment.