Skip to content

Commit 5a9dca4

Browse files
authored
Merge pull request #801 from nschonni/fix-rubocop
chore: Update RuboCop warnings
2 parents 074c5ff + 5f9335f commit 5a9dca4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.rubocop.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
Metrics/LineLength:
1+
AllCops:
2+
NewCops: enable
3+
4+
Layout/LineLength:
25
Enabled: false
36

4-
Style/FileName:
7+
Naming/FileName:
58
Enabled: false
69

710
Style/Documentation:

0 commit comments

Comments
 (0)