Skip to content

Commit 7f55780

Browse files
authored
Merge pull request #9024 from mhashizume/PUP-11376/7.x/rubocop
(PUP-11376) Updates RuboCop
2 parents 5eb701b + 9d33c94 commit 7f55780

File tree

4 files changed

+2104
-654
lines changed

4 files changed

+2104
-654
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
cfg:
19-
- {check: rubocop, os: ubuntu-latest, ruby: 2.5}
20-
- {check: commits, os: ubuntu-latest, ruby: 2.5}
21-
- {check: warnings, os: ubuntu-latest, ruby: 2.5}
19+
- {check: rubocop, os: ubuntu-latest, ruby: '2.7'}
20+
- {check: commits, os: ubuntu-latest, ruby: '2.7'}
21+
- {check: warnings, os: ubuntu-latest, ruby: '2.7'}
2222

2323
runs-on: ${{ matrix.cfg.os }}
2424
steps:

0 commit comments

Comments
 (0)