Skip to content

Commit 8a8727a

Browse files
committed
Remove code-scanning-rubocop and rspec-github gems
1 parent 593455d commit 8a8727a

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ jobs:
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
bundler-cache: true
29-
- run: bundle exec rubocop --require code_scanning --format progress --format CodeScanning::SarifFormatter --out rubocop.sarif
30-
- uses: github/codeql-action/upload-sarif@v2
31-
if: ${{ always() }}
32-
with:
33-
sarif_file: rubocop.sarif
29+
- run: bundle exec rubocop
3430
test:
3531
name: Test
3632
runs-on: ubuntu-latest
@@ -47,5 +43,5 @@ jobs:
4743
with:
4844
bundler-cache: true
4945
ruby-version: ${{ matrix.ruby }}
50-
- run: bundle exec rspec --format RSpec::Github::Formatter
46+
- run: bundle exec rspec
5147
- uses: paambaati/codeclimate-action@v3.2.0

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ source 'https://rubygems.org'
55
# Specify your gem's dependencies in indieweb-endpoints.gemspec
66
gemspec
77

8-
gem 'code-scanning-rubocop'
98
gem 'debug'
109
gem 'rake'
1110
gem 'rspec'
12-
gem 'rspec-github'
1311
gem 'rubocop'
1412
gem 'rubocop-packaging'
1513
gem 'rubocop-performance'

0 commit comments

Comments
 (0)