Skip to content

Commit 0192ac2

Browse files
committed
update rubocop configuration for the current version; use Layout/IndentationStyle instead of Style/Tab
1 parent b983964 commit 0192ac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.rubocop.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AllCops:
22
DisabledByDefault: true
33

4-
Style/Tab:
4+
Layout/IndentationStyle:
55
Enabled: true
6+
EnforcedStyle: spaces

0 commit comments

Comments
 (0)