Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moeki Kawakami committed Mar 4, 2024
1 parent 1b1c160 commit 4795de7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ jobs:
- name: Use ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.1'
ruby-version: 3.1

- name: rubocop
- name: Run rubocop
uses: reviewdog/action-rubocop@v2
if: ${{ always() }}
timeout-minutes: 10
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-performance:gemfile
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
fail_on_error: true

detect-secrets:
Expand Down
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ AllCops:
DisplayCopNames: true
Exclude:
- bin/**/*
NewCops: enable

Metrics:
Enabled: false
Expand Down

0 comments on commit 4795de7

Please sign in to comment.