summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2016-02-06 23:41:55 +0900
committerTakashi Kokubun <takashi-kokubun@cookpad.com>2016-02-08 09:26:51 +0900
commit1433295e22c49db5851d16b5aef7b590a3bf2d40 (patch)
tree9d5dfb48f79cf0126eb362cb88e8ebb0ec010988 /.rubocop_todo.yml
parent56cfe95d4b8d6ac897687aca7e36eec2fb5da996 (diff)
downloadhashie-1433295e22c49db5851d16b5aef7b590a3bf2d40.tar.gz
Convert Mash keys for #dig
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index befd2ab..e027ee0 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -18,7 +18,7 @@ Metrics/AbcSize:
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 171
+ Max: 176
# Offense count: 6
Metrics/CyclomaticComplexity: