dev(ci): comment out unused CI config
Until 'doom make {docs,codeowners}' are done, they'd throw errors.
This commit is contained in:
parent
12e9b4422f
commit
d002e4c89d
1 changed files with 11 additions and 10 deletions
21
ci.el
21
ci.el
|
@ -18,18 +18,19 @@
|
|||
|
||||
(after! core-cli-make
|
||||
;;; Codeowners
|
||||
(dolist (path (cdr (doom-module-load-path (list doom-modules-dir))))
|
||||
(save-match-data
|
||||
(when (string-match "/modules/\\([^/]+\\)/\\([^/]+\\)/$" path)
|
||||
(add-to-list 'doom-make-codeowners
|
||||
(cons (format "%s*" (substring (match-string 0 path) 1))
|
||||
(list "@doomemacs/maintainers"
|
||||
(format "@doomemacs/%s-%s"
|
||||
(match-string 1 path)
|
||||
(match-string 2 path))))))))
|
||||
;; (dolist (path (cdr (doom-module-load-path (list doom-modules-dir))))
|
||||
;; (save-match-data
|
||||
;; (when (string-match "/modules/\\([^/]+\\)/\\([^/]+\\)/$" path)
|
||||
;; (add-to-list 'doom-make-codeowners
|
||||
;; (cons (format "%s*" (substring (match-string 0 path) 1))
|
||||
;; (list "@doomemacs/maintainers"
|
||||
;; (format "@doomemacs/%s-%s"
|
||||
;; (match-string 1 path)
|
||||
;; (match-string 2 path))))))))
|
||||
|
||||
;;; Documentation exporters
|
||||
(add-to-list 'doom-ci-docs-title-replace '("^Doom Emacs " . "")))
|
||||
;; (add-to-list 'doom-ci-docs-title-replace '("^Doom Emacs " . ""))
|
||||
)
|
||||
|
||||
|
||||
;;; Helpers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue