Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rubocop-obsession support #373

Open
wants to merge 2 commits into
base: channel/beta
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add rubocop-obsession
  • Loading branch information
sirwolfgang committed Nov 1, 2024
commit f4e4754430b3286afc7300c53279363bf0c49569
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ gem "rubocop-factory_bot", require: false
gem "rubocop-graphql", require: false
gem "rubocop-i18n", require: false
gem "rubocop-minitest", require: false
gem "rubocop-obsession", require: false
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "rubocop-rails-omakase", require: false
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -77,6 +77,9 @@ GEM
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-obsession (0.1.5)
activesupport
rubocop (~> 1.41)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
@@ -127,6 +130,7 @@ DEPENDENCIES
rubocop-graphql
rubocop-i18n
rubocop-minitest
rubocop-obsession
rubocop-performance
rubocop-rails
rubocop-rails-omakase
@@ -140,4 +144,4 @@ DEPENDENCIES
test-prof

BUNDLED WITH
2.4.10
2.4.17