We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07aff8e + d935d31 commit f36b71eCopy full SHA for f36b71e
3 files changed
.rubocop.yml
@@ -1,8 +1,11 @@
1
inherit_from: .rubocop_todo.yml
2
3
-require:
4
- - rubocop-performance
+plugins:
5
- rubocop-rspec
+ - rubocop-rspec_rails
6
+ - rubocop-performance
7
+ - rubocop-factory_bot
8
+ - rubocop-capybara
9
10
AllCops:
11
Include:
.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2025-09-30 12:45:13 UTC using RuboCop version 1.73.2.
+# on 2025-09-30 14:10:58 UTC using RuboCop version 1.73.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Gemfile
@@ -15,8 +15,11 @@ group :development do
15
gem 'puppetfile-resolver', '~> 0.6.2', :require => false
16
gem 'yard', '~> 0.9.28', :require => false
17
gem "rubocop", '~> 1.73.0', :require => false
18
- gem "rubocop-performance", '~> 1.24.0', :require => false
19
- gem "rubocop-rspec", '~> 3.5.0', :require => false
+ gem "rubocop-performance", '~> 1.24.0', :require => false
+ gem "rubocop-rspec", '~> 3.5.0', :require => false
20
+ gem 'rubocop-rspec_rails', '~> 2.31.0', :require => false
21
+ gem 'rubocop-factory_bot', '~> 2.27.0', :require => false
22
+ gem 'rubocop-capybara', '~> 2.22.0', :require => false
23
gem 'simplecov', :require => false
24
gem 'simplecov-console', :require => false
25
gem 'json', "< 2.8.0", :require => false
0 commit comments