File tree 1 file changed +13
-1
lines changed 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
3
3
# The point is for the user to remove these configuration records
4
4
# one by one as the offenses are removed from the code base.
5
5
# Note that changes in the inspected code, or installation of new
@@ -49,7 +49,19 @@ Style/DoubleNegation:
49
49
Style/FileName :
50
50
Enabled : false
51
51
52
+ # Offense count: 1
53
+ # Cop supports --auto-correct.
54
+ # Configuration parameters: EnforcedStyle, SupportedStyles.
55
+ Style/IndentHash :
56
+ Enabled : false
57
+
52
58
# Offense count: 1
53
59
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
54
60
Style/PredicateName :
55
61
Enabled : false
62
+
63
+ # Offense count: 2
64
+ # Cop supports --auto-correct.
65
+ # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
66
+ Style/SpaceInsideHashLiteralBraces :
67
+ Enabled : false
You can’t perform that action at this time.
0 commit comments