From 43d98fdc533b4229399f63522a674f9e52339dee Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 1 Aug 2024 22:55:55 +0200 Subject: [PATCH] Exclude POMjs from activity check (#800) - ref: #1 - The Project is a simple HTML / CSS / JS project that doesn't use any external libaries and doesn't seem to require any maintenance. --- .hecat/awesome-lint-strict.yml | 1 + .hecat/awesome-lint.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.hecat/awesome-lint-strict.yml b/.hecat/awesome-lint-strict.yml index 1b38367343..ffdd6b7be9 100644 --- a/.hecat/awesome-lint-strict.yml +++ b/.hecat/awesome-lint-strict.yml @@ -19,3 +19,4 @@ steps: - https://github.com/genea-app/genea-app # static HTML/JS, simple/no maintenance required - https://github.com/josephernest/writing # static HTML/JS, simple/no maintenance required - https://github.com/oupala/apaxy # static HTML/CSS, simple/no maintenance required + - https://github.com/joho1968/POMjs # simple/no maintenance required diff --git a/.hecat/awesome-lint.yml b/.hecat/awesome-lint.yml index 10eda9881b..a9b50e1bcc 100644 --- a/.hecat/awesome-lint.yml +++ b/.hecat/awesome-lint.yml @@ -16,3 +16,4 @@ steps: - https://github.com/genea-app/genea-app # static HTML/JS, simple/no maintenance required - https://github.com/josephernest/writing # static HTML/JS, simple/no maintenance required - https://github.com/oupala/apaxy # static HTML/CSS, simple/no maintenance required + - https://github.com/joho1968/POMjs # simple/no maintenance required