Procházet zdrojové kódy

Update fkycheck config

master
10sr před 4 roky
rodič
revize
5266f76192
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 5 přidání a 8 odebrání
  1. +5
    -8
      emacs.el

+ 5
- 8
emacs.el Zobrazit soubor

@@ -1435,14 +1435,11 @@ found, otherwise returns nil."
(defun my-set-venv-flycheck-executable-find ()
"Set flycheck executabie find."
(interactive)
(when (and (require 'with-venv nil t)
;; Hack not to set when venv dir not found
(with-venv-find-venv-dir))
(set-variable 'flycheck-executable-find
'(lambda (e)
(with-venv
(executable-find e)))
t)))
(set-variable 'flycheck-executable-find
'(lambda (e)
(with-venv
(executable-find e)))
t))

(defun my-update-flycheck-flake8-error-level-alist ()
"Update `flycheck-flake8-error-level-alist'."


Načítá se…
Zrušit
Uložit