Skip to content

Commit

Permalink
Disable RSpec/ContextWording and Naming/HeredocDelimiterNaming
Browse files Browse the repository at this point in the history
It was decided that leaving these enabled word create too much
unnecessary work.
  • Loading branch information
alexjfisher committed Oct 28, 2021
1 parent 604c368 commit 7c0ad20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rubocop.yml
Expand Up @@ -547,6 +547,12 @@ Style/FormatStringToken:
RSpec/FilePath:
Enabled: false

# Leaving these enabled creates too much busy work
RSpec/ContextWording:
Enabled: false
Naming/HeredocDelimiterNaming:
Enabled: false

# New cops available after rubocop upgrade
Gemspec/DateAssignment: # (new in 1.10)
Enabled: true
Expand Down

0 comments on commit 7c0ad20

Please sign in to comment.