Skip to content

Commit 3aec7b8

Browse files
authored
Merge pull request #25637 from github/repo-sync
repo sync
2 parents 2ef1b1b + a4768e2 commit 3aec7b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content-linter/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Content Linter
22

33
## Linting Tests
4-
- [lint-files](lint-files.js): Linter for `content`, `data/reusables`, `data/variables`, `data/glossaries`, `data/release-notes`, `data/learning-tracks`, and `data/features`. This lints markdown in the `content` and `data` directories, including early-access, GitHub Enterprise Server release notes, and yaml content. It checks for:
4+
- [lint-files](./tests/lint-files.js): Linter for `content`, `data/reusables`, `data/variables`, `data/glossaries`, `data/release-notes`, `data/learning-tracks`, and `data/features`. This lints markdown in the `content` and `data` directories, including early-access, GitHub Enterprise Server release notes, and yaml content. It checks for:
55
- No placeholder strings
66
- Hidden docs
77
- Transcripts
@@ -13,9 +13,9 @@
1313
- Valid liquid
1414
- Valid syntax
1515
- Valid frontmatter
16-
- [lint-secret-scanning-data](lint-secret-scanning-data.js): Linter for `data/secret-scanning.yml`, which validates that the secret scanning data matches its schema.
17-
- [lint-versioning](lint-versioning.js): This validates the `data/features` `versions` according to the same frontmatter schema.
18-
- [category-pages](category-pages.js): This checks that the `children` frontmatter has a matching markdown article.
19-
- [liquid-line-breaks](liquid-line-breaks.js): This will match Liquid variable references that contain at least one line break
16+
- [lint-secret-scanning-data](./tests/lint-secret-scanning-data.js): Linter for `data/secret-scanning.yml`, which validates that the secret scanning data matches its schema.
17+
- [lint-versioning](./tests/lint-versioning.js): This validates the `data/features` `versions` according to the same frontmatter schema.
18+
- [category-pages](./tests/category-pages.js): This checks that the `children` frontmatter has a matching markdown article.
19+
- [liquid-line-breaks](./tests/liquid-line-breaks.js): This will match Liquid variable references that contain at least one line break
2020
between the variable reference and either the `{{` or `}}` tag boundaries.
21-
- [site-data-references](site-data-references.js): Validates that any data reference found in the English content files is defined and has a value.
21+
- [site-data-references](./tests/site-data-references.js): Validates that any data reference found in the English content files is defined and has a value.

0 commit comments

Comments
 (0)