Skip to content

Commit

Permalink
Disable Naming/InclusiveLanguage
Browse files Browse the repository at this point in the history
I don't agree with forcing human language into cultural limits and therefore propose to disable the cop introduced by rubocop/rubocop#9842.

My code normally offends people in a lot of different non-cultural ways already 😉 .
It's fine if Rubocop complains about those. But please talk to me in person if my code offends you by cultural issues.
  • Loading branch information
schmijos committed Jun 29, 2021
1 parent 0038e47 commit 7d60a3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/.rubocop.yml
Expand Up @@ -65,6 +65,9 @@ Metrics/ClassLength:
Exclude:
- 'db/**/*'

Naming/InclusiveLanguage:
Enabled: false

RSpec/MultipleExpectations:
Enabled: false

Expand Down

0 comments on commit 7d60a3a

Please sign in to comment.