From e8561ef55b2cfc39dbfe3b8b727596d948510b59 Mon Sep 17 00:00:00 2001 From: Michael Herold Date: Sat, 23 Aug 2014 10:35:23 -0500 Subject: Address TODO about the Lambda style cop --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.rubocop.yml') 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 -- cgit v1.2.1