Skip to content

Commit 7b6b19b

Browse files
committed
Add local rubocop common file
Remove ruby version 2.7.5
1 parent e4ba00f commit 7b6b19b

3 files changed

Lines changed: 411 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '2.7.5'
1817
- '3.0.3'
1918
- '3.1.2'
2019
- '3.2.2'

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AllCops:
2-
TargetRubyVersion: 3.4.2
2+
TargetRubyVersion: 3.0
33

44
inherit_from:
5-
- https://dbdrive.github.io/triebwerk/rubocop_common.yml
5+
- .rubocop_common.yml
66

77
RSpec/NestedGroups:
88
Exclude:

0 commit comments

Comments
 (0)