Kaynağa Gözat

Add regexp for pydocstyle

master
10sr 5 yıl önce
ebeveyn
işleme
c581fd73c1
İmzalayan: 10sr GPG Anahtar Kimliği: 7BEC428194130EB2
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el Dosyayı Görüntüle

@@ -1166,7 +1166,11 @@ found, otherwise returns nil."
(point)))))
(add-to-list 'compilation-error-regexp-alist
;; ansible-lint
'("^\\([^ \n]+\\):\\([0-9]+\\)$" 1 2)))
'("^\\([^ \n]+\\):\\([0-9]+\\)$" 1 2))
(add-to-list 'compilation-error-regexp-alist
;; pydocstyle
'("^\\([^ \n]+\\):\\([0-9]+\\) " 1 2))
)

;; Workaround to avoid ensime error
(defvar ensime-mode-key-prefix nil)


Yükleniyor…
İptal
Kaydet