From 60483d2c7b7f6399241c353c8f8b24743d63c876 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 17 May 2019 09:29:43 +0300 Subject: [PATCH] Disable reek syntax checking --- 20ruby.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/20ruby.el b/20ruby.el index 8dc407a..1f2f402 100644 --- a/20ruby.el +++ b/20ruby.el @@ -19,6 +19,9 @@ (column-enforce-n 100) (column-enforce-n 80)) + ;; Disable reek syntax checking permanently + (add-to-list (make-local-variable 'flycheck-disabled-checkers) 'ruby-reek) + ;; Do not insert magic encoding comment at the begining of each file (setq ruby-insert-encoding-magic-comment nil)