หากเปิดใช้งานโหมด flycheck สำหรับ init.el ของฉันฉันได้รับข้อผิดพลาดต่อไปนี้:
The first line should be of the form: ";;; package --- Summary" (emacs-lisp-checkdoc)
...
The footer should be: (provide 'init)\n;;; init.el ends here (emacs-lisp-checkdoc)
ฉันจะหยุด flycheck จากการรักษา init.el ของฉันเป็นแพ็คเกจได้อย่างไร?
แก้ไข
ฉันพยายามติดตามไฟล์เริ่มต้นที่น้อยที่สุด:
;; flycheck-mode
(require 'flycheck)
(global-flycheck-mode)
(setq-default flycheck-disabled-checker '(emacs-lisp-checkdoc))
เปิดใช้งานเฉพาะ flycheck และการอ้างอิงเท่านั้น emacs-lisp-checkdoc
อยู่ในรายการตัวตรวจสอบที่ถูกปิดใช้งาน แต่ยังมีข้อผิดพลาด flycheck:
0 warning The first line should be of the form: ";;; package --- Summary" (emacs-lisp-checkdoc) 0 warning You should have a section marked ";;; Commentary:" (emacs-lisp-checkdoc) 2 1 error Cannot open load file: no such file or directory, flycheck (emacs-lisp) 3 warning You should have a section marked ";;; Code:" (emacs-lisp-checkdoc) 5 warning The footer should be: (provide 'test)\n;;; test.el ends here (emacs-lisp-checkdoc)
ฉันใช้ Emacs 24.5.1 และ flycheck ล่าสุดในที่เก็บ git (26snapshot)