Skip to content

Commit

Permalink
Use offense instead of violation
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Sep 7, 2023
1 parent 23716aa commit 26f9216
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ Naming/InclusiveLanguage:
auto_correct:
Suggestions:
- autocorrect
' a violation':
Suggestions:
- an offense
behaviour:
Suggestions:
- behavior
Expand All @@ -79,6 +82,9 @@ Naming/InclusiveLanguage:
'does not registers':
Suggestions:
- does not register
violation:
Suggestions:
- offense

RSpec:
Language:
Expand Down

0 comments on commit 26f9216

Please sign in to comment.