diff --git a/.rubocop.yml b/.rubocop.yml index b2ca15ef254..68abba36ad9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,15 +11,3 @@ Discourse/NoResetColumnInformationInMigrations: Lint/Debugger: Exclude: - script/**/* - -RSpec/ContextWording: - Prefixes: - - when - - with - - without - - for - - while - - if - - as - - after - - in diff --git a/Gemfile.lock b/Gemfile.lock index 0f7eca840a4..d4d5c22578a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -429,7 +429,7 @@ GEM parser (>= 3.2.1.0) rubocop-capybara (2.19.0) rubocop (~> 1.41) - rubocop-discourse (3.4.0) + rubocop-discourse (3.4.1) rubocop (>= 1.1.0) rubocop-rspec (>= 2.0.0) rubocop-factory_bot (2.24.0)