diff options
author | jgart | 2021-09-28 22:26:01 -0400 |
---|---|---|
committer | jgart | 2021-09-28 22:26:01 -0400 |
commit | 78b2614d9146fb81ddb36a281ecb4ade525d766c (patch) | |
tree | d3b6e740bdc9c0b29222845ad318a9233383cdcb | |
parent | 2a3f1355e40e183381762b6019d0d2c7d7cfb8d9 (diff) | |
download | gn-gemtext-78b2614d9146fb81ddb36a281ecb4ade525d766c.tar.gz |
Feature request: gnbug linter
-rw-r--r-- | issues/gnbug/add-linter.gmi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/gnbug/add-linter.gmi b/issues/gnbug/add-linter.gmi new file mode 100644 index 0000000..349c777 --- /dev/null +++ b/issues/gnbug/add-linter.gmi @@ -0,0 +1,9 @@ +* feature-request + +Should gnbug have a linter? + +For example, If a user forgets to add a tag or some other syntax that we want them +to add then the linter reminds them to add more info, tags, etc. + +Or, maybe we want to check that the user does not add a tag that we don't want to +support. |