Skip to content

Commit 98a61db

Browse files
author
dancostalis
committed
re-train rubocop
1 parent f3ca3c5 commit 98a61db

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.rubocop_todo.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This configuration was generated by `rubocop --auto-gen-config`
2-
# on 2015-03-05 08:45:17 -0600 using RuboCop version 0.27.0.
2+
# on 2015-03-05 08:57:43 -0600 using RuboCop version 0.27.0.
33
# The point is for the user to remove these configuration records
44
# one by one as the offenses are removed from the code base.
55
# Note that changes in the inspected code, or installation of new
@@ -49,7 +49,19 @@ Style/DoubleNegation:
4949
Style/FileName:
5050
Enabled: false
5151

52+
# Offense count: 1
53+
# Cop supports --auto-correct.
54+
# Configuration parameters: EnforcedStyle, SupportedStyles.
55+
Style/IndentHash:
56+
Enabled: false
57+
5258
# Offense count: 1
5359
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
5460
Style/PredicateName:
5561
Enabled: false
62+
63+
# Offense count: 2
64+
# Cop supports --auto-correct.
65+
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
66+
Style/SpaceInsideHashLiteralBraces:
67+
Enabled: false

0 commit comments

Comments
 (0)