summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-18 20:24:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-18 20:28:25 +0200
commit9d13d6f02f3a320ada6a92815fec7bb3da7ce1d1 (patch)
tree6b0daff5c86493e89dd3a9317e17cc11fcfa9cfa
parentAdd TODO. (diff)
downloadcgit-master.tar.gz
cgit-master.tar.xz
Fix lint and doc warnings.HEADmaster
-rw-r--r--metadata.json2
-rw-r--r--types/filter_types.pp3
2 files changed, 4 insertions, 1 deletions
diff --git a/metadata.json b/metadata.json
index a07f575..6b286b5 100644
--- a/metadata.json
+++ b/metadata.json
@@ -20,7 +20,7 @@
},
{
"name": "HugoNikanor/letsencrypt",
- "version_requirement": ">= 0.1.0"
+ "version_requirement": "0.1.0"
}
],
"operatingsystem_support": [
diff --git a/types/filter_types.pp b/types/filter_types.pp
index 8a5ef2d..03211fd 100644
--- a/types/filter_types.pp
+++ b/types/filter_types.pp
@@ -1,3 +1,6 @@
+# @summary Filters recognised by cgit.
+#
+# See cgitrc(5) for more information.
type Cgit::Filter_types = Enum[
'about',
'auth',