Skip to content

Commit

Permalink
update used extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jun 25, 2024
1 parent 32d4a2c commit bda83fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rubocop-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
rubocop_version: gemfile
rubocop_extensions: rubocop-inflector:gemfile rubocop-performance:gemfile rubocop-rails:gemfile rubocop-rspec:gemfile
rubocop_extensions: >
rubocop-capybara:gemfile
rubocop-factory_bot:gemfile
rubocop-performance:gemfile
rubocop-rails:gemfile
rubocop-rspec:gemfile
rubocop-rspec_rails:gemfile
reporter: github-pr-check
only_changed: true

0 comments on commit bda83fc

Please sign in to comment.