Disable reek syntax checking

This commit is contained in:
Maciej 2019-05-17 09:29:43 +03:00
parent d1a513b843
commit 60483d2c7b
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -19,6 +19,9 @@
(column-enforce-n 100) (column-enforce-n 100)
(column-enforce-n 80)) (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 ;; Do not insert magic encoding comment at the begining of each file
(setq ruby-insert-encoding-magic-comment nil) (setq ruby-insert-encoding-magic-comment nil)