This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 4761b3d Change a few Markdown lints
4761b3d is described below
commit 4761b3dafda52ef2fb3b589845dd3590f3f51249
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Nov 28 21:50:15 2025 +0000
Change a few Markdown lints
---
.github/linters/.markdown-lint.yml | 14 +++++++++++---
notes/draft-asf-token-standard-faq.md | 4 ++--
notes/draft-asf-token-standard.md | 4 ++--
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/.github/linters/.markdown-lint.yml
b/.github/linters/.markdown-lint.yml
index 9d10c07..b99d6fe 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -1,17 +1,25 @@
+MD003:
+ style: atx
+
MD004:
style: consistent
+MD005:
+ indent: 2
+
+MD007: 2
+
MD013:
code_blocks: false
line_length: 915
tables: false
+MD029: one
+
MD033: false
MD034: false
-MD040: false
-
-MD041: false
+MD035: consistent
MD046: false
diff --git a/notes/draft-asf-token-standard-faq.md
b/notes/draft-asf-token-standard-faq.md
index 26eba5b..8b33f63 100644
--- a/notes/draft-asf-token-standard-faq.md
+++ b/notes/draft-asf-token-standard-faq.md
@@ -58,7 +58,7 @@ A. This was for GitHub compatibility, but only shifts the
question to why GitHub
A quick experiment, however, suggests that they chose base62 for the same
reason that they suggest using underscores instead of hyphens in the namespace
prefix: double click compatibility. The standard extra characters in base64 are
`+` and `/`, and both of these cause selection segmentation upon double
clicking a string. Try it:
-```
+```text
abc_pqr (entirely selected)
abc-pqr (PARTIALLY selected)
abc+pqr (PARTIALLY selected)
@@ -83,7 +83,7 @@ Of course, this design is inconsistent because the CRC-32
checksum is a 32 bit s
The extra characters allowed in token68 are `"-" / "." / "_" / "~" / "+" /
"/"`. Unfortunately, as you can test below, only underscore amongst these
results in a fully selectable string from double clicking:
-```
+```text
abc-pqr
abc.pqr
abc_pqr
diff --git a/notes/draft-asf-token-standard.md
b/notes/draft-asf-token-standard.md
index 881d68d..123aa89 100644
--- a/notes/draft-asf-token-standard.md
+++ b/notes/draft-asf-token-standard.md
@@ -1,7 +1,7 @@
-[DRAFT STANDARD]
-
# ASF standard for scannable secret tokens
+[DRAFT STANDARD]
+
**NOTE: This is an ASF Tooling proposal only. This is not ASF policy.**
## Scope and definitions
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]