summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2015-10-25 15:28:56 -0400
committerdblock <dblock@dblock.org>2015-10-25 15:28:56 -0400
commit9298241eb2d500fa573b1c2aa22ecd91c877d812 (patch)
tree93cf72c387d774fb533336bf92f6750b67d34df3 /.rubocop_todo.yml
parentacc3d48b91bb318d91be63f116a1f252dbfae636 (diff)
downloadhashie-9298241eb2d500fa573b1c2aa22ecd91c877d812.tar.gz
Fix: broken cop, for now disabling hash syntax check.
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 859b591..befd2ab 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2015-10-25 15:12:09 -0400 using RuboCop version 0.34.2.
+# on 2015-10-25 15:28:03 -0400 using RuboCop version 0.34.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@@ -57,6 +57,12 @@ Style/DoubleNegation:
- 'lib/hashie/mash.rb'
- 'spec/hashie/extensions/coercion_spec.rb'
+# Offense count: 3
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues.
+Style/HashSyntax:
+ Enabled: false
+
# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.