Skip to content

Commit 7117552

Browse files
authored
Test markdown lint update (#62)
* Test markdown lint update * Update .markdown-lint.yml * Update .markdown-lint.yml * Update .pre-commit-config.yaml * Update draft-asf-token-standard.md * Update .pre-commit-config.yaml
1 parent 4f20927 commit 7117552

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/linters/.markdown-lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MD004:
77
MD005:
88
indent: 2
99

10-
MD007: 2
10+
MD007: false
1111

1212
MD013:
1313
code_blocks: false
@@ -17,14 +17,18 @@ MD013:
1717
# MD025/single-title/single-h1 Multiple top-level headings in the same document
1818
MD025: false
1919

20-
MD029: one
20+
MD028: false
21+
22+
MD029: false
2123

2224
MD033: false
2325

2426
MD034: false
2527

2628
MD035: consistent
2729

30+
MD040: false
31+
2832
# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
2933
MD041: false
3034

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: check-vcs-permalinks
2828
- id: check-yaml
2929
- id: detect-private-key
30-
- id: end-of-file-fixer
30+
# - id: end-of-file-fixer
3131
- id: fix-byte-order-marker
3232
- id: forbid-submodules
3333
- id: mixed-line-ending

content/pages/draft-asf-token-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ These values must not be used in any application. The `sample` component will be
112112

113113
## Detection guidance
114114

115-
To detect tokens, the regular expression presented in the Syntax section above can be used alone, without anchoring, as a heuristic with a high probability of matches. For better prevention of false positives in detection, the suffix matching the CRC-32 can be validated. Components can also be validated against the list maintained by Security.
115+
To detect tokens, the regular expression presented in the Syntax section above can be used alone, without anchoring, as a heuristic with a high probability of matches. For better prevention of false positives in detection, the suffix matching the CRC-32 can be validated. Components can also be validated against the list maintained by Security.

content/pages/policies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ license: https://www.apache.org/licenses/LICENSE-2.0
33

44
We will list various proposed policies and policy changes. These will be speculative until approved.
55

6+
## Security policies
7+
68
1. [ASF standard for scannable secret tokens](./draft-asf-token-standard)
79
- [FAQ](./draft-asf-token-standard-faq)

0 commit comments

Comments
 (0)