summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2014-08-23 10:35:23 -0500
committerMichael Herold <michael.j.herold@gmail.com>2014-08-23 10:35:23 -0500
commite8561ef55b2cfc39dbfe3b8b727596d948510b59 (patch)
tree091c399565779430209577dd1a68220ae3ca3340 /.rubocop.yml
parent7ca3fa43342fb61b24cf8f3f45d80a06d0b31254 (diff)
downloadhashie-e8561ef55b2cfc39dbfe3b8b727596d948510b59.tar.gz
Address TODO about the Lambda style cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 2a697ac..a86496e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -18,10 +18,6 @@ Style/Encoding:
# no need to always specify encoding
Enabled: false
-Style/Lambda:
- # TODO: replace all lambda with -> or Proc
- Enabled: false
-
Metrics/ClassLength:
Enabled: false