Skip to content

Commit 64fd7c3

Browse files
committed
Disable Layout/LineLength and exclude specs from Metrics/BlockLength
1 parent ac42da6 commit 64fd7c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.rubocop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
inherit_from:
22
- https://raw.githubusercontent.com/jgarber623/rubocop-configs/main/.rubocop.gem.yml
33

4+
Layout/LineLength:
5+
Enabled: false
6+
7+
Metrics/BlockLength:
8+
Exclude:
9+
- spec/**/*.rb
10+
411
RSpec/FilePath:
512
CustomTransform:
613
IndieWeb: indieweb

0 commit comments

Comments
 (0)