소스 검색

Fix bug

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

+ 9
- 9
emacs.el 파일 보기

@@ -2071,7 +2071,7 @@ initializing."
(goto-char (point-min))
(when (re-search-forward "^would reformat .*$" nil t)
(setq result (list (flycheck-error-new-at
(point-max)
(point-min)
nil
'error
;;(format "Black: %s" (match-string 0))
@@ -2080,14 +2080,14 @@ initializing."
:checker checker))))
(goto-char (point-min))
(when (re-search-forward "^error: .*$" nil t)
(setq reslt (list (flycheck-error-new-at
(point-max)
nil
'error
;; Fix not to include absolute file path
(format "Black: %s" (match-string 0))
:buffer buffer
:checker checker))))))
(setq result (list (flycheck-error-new-at
(point-min)
nil
'error
;; Fix not to include absolute file path
(format "Black: %s" (match-string 0))
:buffer buffer
:checker checker))))))
result))

(defun my-flycheck-parse-unified-diff (output checker buffer)


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