Skip to content

Commit

Permalink
Temporarily disable rubocop 0.92 specs in CI. (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandersluis committed Aug 10, 2021
1 parent fcd6917 commit f4edb96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Expand Up @@ -83,7 +83,7 @@ jobs:
matrix:
os: [ ubuntu ]
ruby: [ 2.5, 2.7 ]
rubocop: [ 'v0.92.0', master ]
rubocop: [ master ]
internal_investigation: [ null ]
include:
- { rubocop: master, ruby: '3.0', os: ubuntu }
Expand Down
2 changes: 0 additions & 2 deletions .mergify.yml
Expand Up @@ -20,9 +20,7 @@ pull_request_rules:
- 'status-success=Specs | jruby-head'
- 'status-success=Specs | truffleruby'
- 'status-success=Specs | truffleruby-head'
- 'status-success=Main Gem Specs | RuboCop: v0.92.0 | 2.5'
- 'status-success=Main Gem Specs | RuboCop: master | 2.5'
- 'status-success=Main Gem Specs | RuboCop: v0.92.0 | 2.7'
- 'status-success=Main Gem Specs | RuboCop: master | 2.7'
- 'status-success=Main Gem Specs | RuboCop: master | 3.0'
- 'status-success=Coding Style | 3.0'
Expand Down

0 comments on commit f4edb96

Please sign in to comment.