aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 61fbe07..0154a6c 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -8,13 +8,13 @@
--
-- @topic formatting
--- TODO Add `anissue review`
+-- TODO Add `anissue lint`
--
--- `anissue review` should provide helpful tips in order to increase the qualify of issues.
+-- `anissue lint` should provide helpful tips in order to increase the qualify of issues.
--
-- Reported issues should be able to be automatically `--fix`ed, if possible.
--
--- Firstly, I would like `anissue review` to report on the following:
+-- Firstly, I would like `anissue lint` to report on the following:
--
-- - Referencing issues through misspelled ids\*
-- - Defining tags outside of tag paragraphs
@@ -22,7 +22,10 @@
--
-- \* We might have to have for this a notion what tags are referencing issue ids. This should eventually be configurable through `Settings`, but we can hardcode `@references`, `@supersedes` and `@related` for now.
--
+-- @supersedes add-anissue-review
-- @topic linting
+--
+-- COMMENT While I generally prefer "review" for this, I think we should call it "lint", as "review" is overloaded with reviewing a pull request, ie. branch for inclusion in the main branch.
-- TODO Tag improvements (OR-filtering)
--