Disable reek syntax checking
This commit is contained in:
parent
d1a513b843
commit
60483d2c7b
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue