We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b50f0 commit 3efae43Copy full SHA for 3efae43
.github/workflows/rubocop.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: ruby/setup-ruby@v1
17
with:
18
- ruby-version: 3.1
+ ruby-version: 3.2
19
bundler-cache: true
20
- name: Lint Ruby code with RuboCop
21
run: |
22
- bundle exec rubocop
+ bundle exec rubocop
.rubocop.yml
@@ -16,7 +16,7 @@ AllCops:
- '.github/**/*'
DisplayCopNames: true
SuggestExtensions: false
- TargetRubyVersion: 2.7
+ TargetRubyVersion: 3.2
Standard/BlockSingleLineBraces:
Enabled: false
0 commit comments