org-lint: Add checker for empty headlines with tags
commit013c0af8b095210191651c71638206ff0ba6ebe1
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 17 Feb 2017 12:23:26 +0000 (17 13:23 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 17 Feb 2017 12:23:26 +0000 (17 13:23 +0100)
treeb1893bb728c1da28cb580837323e83f80c86cb55
parentb5a67ebddd0afe24126fedcd10017d92502c6f10
org-lint: Add checker for empty headlines with tags

* lisp/org-lint.el (org-lint--checkers): Add checker.
(org-lint-empty-headline-with-tags): New function.

* testing/lisp/test-org-lint.el (test-org-lint/empty-headline-with-tags):
  New test.
lisp/org-lint.el
testing/lisp/test-org-lint.el