Skip to content

Commit 833926e

Browse files
committed
Add code-scanning-rubocop to gemfile
1 parent 5894c99 commit 833926e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rubocop-analysis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
ruby-version: 3.0.2
2121
bundler-cache: true
2222

23-
# This step is not necessary if you add the gem to your Gemfile
24-
- name: Install Code Scanning integration
25-
run: bundle add code-scanning-rubocop --version 0.5.0 --skip-install
26-
2723
- name: Setup Bundler cache
2824
uses: actions/cache@v6
2925
with:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ group :development, :test do
8181
# rspec-rails 8 requires rails 7
8282
gem 'rspec-rails', '~> 6.0'
8383
gem 'selenium-webdriver', '~> 4.26'
84+
gem 'code-scanning-rubocop', '0.5.0'
8485
end
8586

8687
group :development do

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ GEM
9696
xpath (~> 3.2)
9797
childprocess (5.1.0)
9898
logger (~> 1.5)
99+
code-scanning-rubocop (0.5.0)
100+
rubocop (~> 1.0)
99101
coderay (1.1.3)
100102
concurrent-ruby (1.3.7)
101103
crack (1.0.1)
@@ -468,6 +470,7 @@ DEPENDENCIES
468470
byebug
469471
cancancan (~> 3.6.1)
470472
capybara (~> 3.32)
473+
code-scanning-rubocop (= 0.5.0)
471474
devise (~> 4.9)
472475
dotenv-rails (~> 3.2)
473476
fabrication (~> 2)

0 commit comments

Comments
 (0)