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.
2 parents 9387b12 + 615c37a commit 9477336Copy full SHA for 9477336
2 files changed
.github/workflows/ci.yml
@@ -54,10 +54,7 @@ jobs:
54
- uses: ruby/setup-ruby@v1
55
with:
56
ruby-version: ${{ matrix.ruby }}
57
-
58
- - name: Install dependencies
59
- run: |
60
- bundle install --jobs 4 --retry 3
+ bundler-cache: true
61
62
- name: Display Ruby version
63
run: ruby -v
.rubocop.yml
@@ -1,9 +1,11 @@
1
+inherit_mode:
2
+ merge:
3
+ - Exclude
4
+
5
AllCops:
6
TargetRubyVersion: 2.5
7
DisabledByDefault: true
8
SuggestExtensions: false
- Exclude:
- - 'gemfiles/**/*'
9
10
Style/AndOr:
11
Enabled: true
0 commit comments