From 88d2a7d78ed8c1a28863493d285b95e8cc5cc891 Mon Sep 17 00:00:00 2001 From: Emanuel Almeida Date: Sun, 28 Jun 2026 22:15:38 +0100 Subject: [PATCH] =?UTF-8?q?fix(okf-hub):=20excluir=20ijfw/=20(store=20mem?= =?UTF-8?q?=C3=B3ria)=20e=20.sync-conflict=20do=20validador/classify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- okf-hub/okf-classify-layer.sh | 2 ++ okf-hub/okf-validate.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/okf-hub/okf-classify-layer.sh b/okf-hub/okf-classify-layer.sh index d07fdb9..69d87da 100755 --- a/okf-hub/okf-classify-layer.sh +++ b/okf-hub/okf-classify-layer.sh @@ -24,6 +24,8 @@ is_excluded() { [[ "$rel" == *.github/* ]] && return 0 [[ "$rel" == *.wayland/* ]] && return 0 [[ "$rel" == *.hermes/* ]] && return 0 + [[ "$rel" == *ijfw/* ]] && return 0 + [[ "$rel" == *.sync-conflict-* ]] && return 0 local base base="$(basename "$rel")" [[ "$base" == "MEMORY.md" ]] && return 0 diff --git a/okf-hub/okf-validate.sh b/okf-hub/okf-validate.sh index 7fca67d..a80274f 100755 --- a/okf-hub/okf-validate.sh +++ b/okf-hub/okf-validate.sh @@ -23,6 +23,8 @@ EXCLUDE_PATTERNS=( ".github/" ".wayland/" ".hermes/" + "ijfw/" + ".sync-conflict-" ) # Exclude specific filenames