Skip to content

Commit 9f7582e

Browse files
committed
Update from writing doc
1 parent 86e600b commit 9f7582e

File tree

6 files changed

+47
-371
lines changed

6 files changed

+47
-371
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby: [2.7, '3.0', 3.1, 3.2, ruby-head, jruby-9.4, jruby-head]
10+
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby-9.4, jruby-head]
1111
platform: [ubuntu, windows, macos]
1212
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
1313
runs-on: ${{matrix.platform}}-latest

.leftovers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ keep:
88
# query
99
- include?
1010
- member?
11+
- match?
1112
- each
1213
- ===
1314
- to_proc
1415

1516
# build
17+
- gitignore
1618
- ignore
1719
- only
1820
- union
1921
- intersection
2022
- '&'
2123
- '|'
22-
- gitignore
24+
- all

.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,11 @@ Style/Alias:
175175
Style/CollectionMethods:
176176
Enabled: true
177177

178+
Style/Documentation:
179+
Enabled: false
180+
178181
Style/DocumentationMethod:
179-
Enabled: true
182+
Enabled: false
180183

181184
# this can mess with the balance of symmetric cases
182185
Style/IfInsideElse:

0 commit comments

Comments
 (0)