From 443e867f4574b1622a63fd3f54ea79eca233c62c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 25 Jul 2014 11:00:47 +0100 Subject: [PATCH] Enable rubocop's style checking features --- custom-variables.el | 1 - 1 file changed, 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index ed5e1ee..bbf0329 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -52,7 +52,6 @@ '(fci-rule-width 1) '(fill-column 78) '(flycheck-completion-system (quote ido)) - '(flycheck-rubocop-lint-only t) '(global-auto-revert-mode t) '(global-undo-tree-mode t) '(helm-ag-source-type (quote file-line))