Skip to content

Commit

Permalink
Another attempt at fixing Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Mar 8, 2023
1 parent 9a11adb commit c151322
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ jobs:
runs-on: ubuntu-latest
env:
CI: true
TESTOPTS: "-v"
TESTOPTS: '-v'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true

- name: Install dependencies
run: bundle install

- name: Run RuboCop
run: bundle exec rubocop --parallel
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ AllCops:
- 'lib/**/*'
Exclude:
- '**/*.xsd'
- 'vendor/**/*.rb'
- '.git/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
5 changes: 0 additions & 5 deletions gemfiles/nokogiri-1.5.gemfile

This file was deleted.

0 comments on commit c151322

Please sign in to comment.