Skip to content

Commit be95620

Browse files
committed
Fix Rubocop configuration
1 parent a0344bc commit be95620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AllCops:
1111

1212
# Type 'Style' (166):
1313
# Supports --auto-correct
14-
Layout/TrailingBlankLines:
14+
Style/TrailingBlankLines:
1515
Description: Checks trailing blank lines and final newline.
1616
StyleGuide: "#newline-eof"
1717
Enabled: true
@@ -21,7 +21,7 @@ Layout/TrailingBlankLines:
2121
- final_blank_line
2222

2323
# Supports --auto-correct
24-
Layout/TrailingWhitespace:
24+
Style/TrailingWhitespace:
2525
Description: Avoid trailing whitespace.
2626
StyleGuide: "#no-trailing-whitespace"
2727
Enabled: true

0 commit comments

Comments
 (0)