Skip to content

Commit

Permalink
Exclude generated files from rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Jul 13, 2023
1 parent 5b4607b commit 10e2441
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_ruby-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }} / Gemfile ${{ matrix.gemfile }} / Bundler ${{ matrix.bundler }}
name: Ruby ${{ matrix.ruby }} / Bundler ${{ matrix.bundler }} / Gemfile ${{ matrix.gemfile }}
strategy:
fail-fast: false
matrix:
Expand Down
8 changes: 8 additions & 0 deletions packages/rubocop-powerhome/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@ Metrics/BlockLength:
- 'spec/**/*'
- 'rubocop-powerhome.gemspec'

Style/FrozenStringLiteralComment:
Exclude:
- 'gemfiles/*'

Bundler/OrderedGems:
Exclude:
- 'gemfiles/*'

Rails:
Enabled: false

0 comments on commit 10e2441

Please sign in to comment.