From e13a9b158a4116686765a3a42412213a63447136 Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Wed, 23 Oct 2019 02:32:30 +0800 Subject: [PATCH] minor, update doc --- operational | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/operational b/operational index eaa3b44..d223d03 100644 --- a/operational +++ b/operational @@ -1,6 +1,6 @@ * COMMENT -*- mode: org -*- #+Date: 2019-10-08 -Time-stamp: <2019-10-16> +Time-stamp: <2019-10-23> #+STARTUP: content * notes :entry: ** 2019-04-01 zero.el a Chinese IM framework in emacs; FSM :doc: @@ -83,6 +83,9 @@ cd ~/lisp/elisp/zero/ * later :entry: * current :entry: ** +** 2019-10-23 checkdoc and package-lint can't ignore some non-issues. +I can't run them in git pre-commit hook. +* done :entry: ** 2019-10-15 make package-lint happy on all el files. - package-lint doesn't support multi-file package. @@ -142,7 +145,6 @@ cd ~/lisp/elisp/zero/ - maybe just add zero.el in master branch and commit it anyway. - -* done :entry: ** 2019-10-11 move tests to separated files. otherwise (require 'zero-pinyin) will fail because (require 'ert) is not in source code. -- GitLab