Skip to content

Commit

Permalink
Disable RSpec/ContextWording
Browse files Browse the repository at this point in the history
See here for an example of how fiddly this is [1].

[1]: alphagov/asset-manager@8ed9146
  • Loading branch information
Ben Thorner committed Jun 2, 2020
1 parent edfe29f commit 667df8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ RSpec/MessageSpies:
# it's not clear what action to take to fix an issue.
RSpec/NestedGroups:
Enabled: false

# This Cop creates a high overhead for getting existing apps
# to use this config, since it's not auto-correctable. While
# there is some benefit in terms of consistency, we rarely see
# stylistic debate on the text to use for a "context".
RSpec/ContextWording:
Enabled: false

0 comments on commit 667df8a

Please sign in to comment.