Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ b3007bb0973dcb987b0328b4e59306cd2549148d
c636624093fec55e38f14cade4dee4ec0a829802
# Rubocop: Autocorrect (Sep 12, 2024)
273e5bd54e2b1783206043e316c2de4c9e95eb45
# Standard: Run `standardrb --fix` (Feb 18, 2025)
416f317829ccdb6034c05b7ecc5a1072cb3d0ff3
# Standard: Run standardrb --fix-unsafely (Feb 18, 2025)
ec9366316598f08f027e1c995e957dc90fb12f99
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ jobs:
bundler-cache: true
- name: Lint Ruby files
run: bin/rake lint:rb
- name: Store test results
uses: actions/upload-artifact@v4
with:
name: rubocop-results
path: test-results
run: bin/rake lint:rb

erb:
name: Check ERB
Expand Down
352 changes: 0 additions & 352 deletions .rubocop.yml

This file was deleted.

Loading