Skip to content

Commit 406c061

Browse files
committed
🚨 Linting rules update
1 parent f57a021 commit 406c061

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.rubocop_rspec.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RSpec/InstanceVariable:
1818

1919
RSpec/NestedGroups:
2020
Enabled: false
21-
21+
2222
RSpec/ExpectInHook:
2323
Enabled: false
2424

@@ -28,3 +28,7 @@ RSpec/DescribeClass:
2828

2929
RSpec/MultipleMemoizedHelpers:
3030
Enabled: false
31+
32+
RSpec/SpecFilePathFormat:
33+
CustomTransform:
34+
"OAuth": "oauth"

0 commit comments

Comments
 (0)