Skip to content

Commit

Permalink
Update from writing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Nov 25, 2023
1 parent 86e600b commit 08d7bab
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1, 3.2, ruby-head, jruby-9.4, jruby-head]
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby-9.4, jruby-head]
platform: [ubuntu, windows, macos]
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
runs-on: ${{matrix.platform}}-latest
Expand Down
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,11 @@ Style/Alias:
Style/CollectionMethods:
Enabled: true

Style/Documentation:
Enabled: false

Style/DocumentationMethod:
Enabled: true
Enabled: false

# this can mess with the balance of symmetric cases
Style/IfInsideElse:
Expand Down
Loading

0 comments on commit 08d7bab

Please sign in to comment.