소스 검색

Fix flake8 erorrs

master
10sr 5 년 전
부모
커밋
9bcbeb5bb3
로그인 계정: 10sr GPG 키 ID: C384BB17CBB19347
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      emacs.el

+ 11
- 0
emacs.el 파일 보기

@@ -1351,8 +1351,19 @@ found, otherwise returns nil."
(executable-find e)))
t)))

(defun my-update-flycheck-flake8-error-level-alist ()
"Update `flycheck-flake8-error-level-alist'."
(defvar flycheck-flake8-error-level-alist)
;; (add-to-list 'flycheck-flake8-error-level-alist
;; '("^D.*$" . warning))
(set-variable 'flycheck-flake8-error-level-alist
nil)
)

(add-hook 'python-mode-hook
'my-set-venv-flycheck-executable-find)
(add-hook 'python-mode-hook
'my-update-flycheck-flake8-error-level-alist)
;; Run multiple chekcers
;; https://github.com/flycheck/flycheck/issues/186



불러오는 중...
취소
저장