summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2015-10-25 15:22:45 -0400
committerdblock <dblock@dblock.org>2015-10-25 15:22:45 -0400
commitacc3d48b91bb318d91be63f116a1f252dbfae636 (patch)
tree90762f7e684795943e150344b16b3a6cff5f455c /.rubocop_todo.yml
parentf5fb158559e39be3b0ba09abfa7b881c0e39c762 (diff)
downloadhashie-acc3d48b91bb318d91be63f116a1f252dbfae636.tar.gz
Upgraded to RuboCop 0.34.2.
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml46
1 files changed, 33 insertions, 13 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 3ee5c95..859b591 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,45 +1,65 @@
-# This configuration was generated by `rubocop --auto-gen-config`
-# on 2014-12-30 16:07:22 -0500 using RuboCop version 0.28.0.
+# This configuration was generated by
+# `rubocop --auto-gen-config`
+# on 2015-10-25 15:12:09 -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
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 9
+# Offense count: 2
+Lint/NestedMethodDefinition:
+ Exclude:
+ - 'lib/hashie/extensions/indifferent_access.rb'
+
+# Offense count: 8
Metrics/AbcSize:
- Max: 37
+ Max: 29
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 172
+ Max: 171
-# Offense count: 8
+# Offense count: 6
Metrics/CyclomaticComplexity:
Max: 11
-# Offense count: 167
+# Offense count: 218
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 170
-# Offense count: 14
+# Offense count: 17
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 28
-# Offense count: 8
+# Offense count: 6
Metrics/PerceivedComplexity:
Max: 10
# Offense count: 2
Style/CaseEquality:
- Enabled: false
+ Exclude:
+ - 'lib/hashie/hash.rb'
-# Offense count: 84
+# Offense count: 27
+# Configuration parameters: Exclude.
Style/Documentation:
Enabled: false
-# Offense count: 9
+# Offense count: 10
Style/DoubleNegation:
- Enabled: false
+ Exclude:
+ - 'lib/hashie/dash.rb'
+ - 'lib/hashie/extensions/dash/indifferent_access.rb'
+ - 'lib/hashie/extensions/method_access.rb'
+ - 'lib/hashie/mash.rb'
+ - 'spec/hashie/extensions/coercion_spec.rb'
+
+# Offense count: 2
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
+Style/RegexpLiteral:
+ Exclude:
+ - 'Guardfile'