From b2fbe6c7793f96b5f493d2ece05b524fa2d1f257 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 1 Nov 2023 17:10:52 +0000 Subject: [PATCH] tools/hecat: do not warn about last update date for homepage, posio, bicimon, cubiks-2048 (#322) - these projects are simple enough and have no external dependencies, so no maintenance is expected - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/72 --- .hecat/awesome-lint-strict.yml | 5 +++++ .hecat/awesome-lint.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.hecat/awesome-lint-strict.yml b/.hecat/awesome-lint-strict.yml index 15229411b2..dd87e75c84 100644 --- a/.hecat/awesome-lint-strict.yml +++ b/.hecat/awesome-lint-strict.yml @@ -10,3 +10,8 @@ steps: licenses_files: - licenses.yml - licenses-nonfree.yml + last_updated_skip: # (optional, default []) list of items (source_code_url) for which the last update date check should not produce errors/warnings + - https://github.com/tomershvueli/homepage # simple/no maintenance required https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/242 + - https://github.com/abrenaut/posio # simple/no maintenance required + - https://github.com/knrdl/bicimon # simple/no maintenance required + - https://github.com/Kshitij-Banerjee/Cubiks-2048 # simple/no maintenance required diff --git a/.hecat/awesome-lint.yml b/.hecat/awesome-lint.yml index 5984ee8ee4..cd6800ca01 100644 --- a/.hecat/awesome-lint.yml +++ b/.hecat/awesome-lint.yml @@ -7,3 +7,8 @@ steps: licenses_files: - licenses.yml - licenses-nonfree.yml + last_updated_skip: # (optional, default []) list of items (source_code_url) for which the last update date check should not produce errors/warnings + - https://github.com/tomershvueli/homepage # simple/no maintenance required https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/242 + - https://github.com/abrenaut/posio # simple/no maintenance required + - https://github.com/knrdl/bicimon # simple/no maintenance required + - https://github.com/Kshitij-Banerjee/Cubiks-2048 # simple/no maintenance required