This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git


The following commit(s) were added to refs/heads/main by this push:
     new ed62bc8  Remove dead placeholder allowlist marker (#420)
ed62bc8 is described below

commit ed62bc8878f3ee54082bde3f8adbe1fafa63f124
Author: anhtnt90dev <[email protected]>
AuthorDate: Mon Jun 1 01:07:46 2026 +0700

    Remove dead placeholder allowlist marker (#420)
---
 tools/dev/check-placeholders.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dev/check-placeholders.sh b/tools/dev/check-placeholders.sh
index 57d73ba..992a527 100755
--- a/tools/dev/check-placeholders.sh
+++ b/tools/dev/check-placeholders.sh
@@ -82,10 +82,10 @@ ALLOWLIST_PATHS=(
 # Inline markers that signal an intentional explanatory mention
 # of Airflow on the same line. Lines matching any of these are
 # treated as allowlisted.
+# Entries are matched as literal bash substrings, not regex patterns.
 INLINE_ALLOW_MARKERS=(
   "example:"
   "e.g."
-  "e\.g\."
   "for Airflow"
   "the Airflow"
   "legacy"

Reply via email to