Skip to content

Commit a74b205

Browse files
committed
Fix invalid rubocop definition causing CI to fail
1 parent 7f6b884 commit a74b205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AllCops:
1111
- 'vendor/**/*'
1212

1313
# Detect hard tabs, no hard tabs.
14-
Layout/Tab:
14+
Layout/IndentationStyle:
1515
Enabled: true
1616

1717
# Blank lines should not have any spaces.

0 commit comments

Comments
 (0)