chore: Update which docs files are linted

This commit is contained in:
Amy Qualls 2023-09-18 18:42:54 +00:00 committed by Gary Holtz
parent 7aee063751
commit 48539e1e02
2 changed files with 10 additions and 9 deletions

View File

@ -67,9 +67,9 @@ check_docs_markdown:
extends: .documentation extends: .documentation
script: script:
# Lint prose # Lint prose
- vale --minAlertLevel error docs README.md - vale --minAlertLevel error docs *.md
# Lint Markdown # Lint Markdown
- markdownlint --config .markdownlint.yml 'docs/**/*.md' README.md - markdownlint --config .markdownlint.yml 'docs/**/*.md' *.md
lint_commit: lint_commit:
stage: test stage: test

View File

@ -16,13 +16,15 @@ Consider adding the `/confidential` quick action to a project issue template.
- Add any additional labels you know apply. Additional labels will be applied - Add any additional labels you know apply. Additional labels will be applied
by the security team and other engineering personnel, but it will help with by the security team and other engineering personnel, but it will help with
the triage process: the triage process:
- [`~"type::bug"`, `~"type::maintenance"`, or `~"type::feature"` if appropriate](https://about.gitlab.com/handbook/engineering/security/security-engineering-and-research/application-security/vulnerability-management.html#vulnerability-vs-feature-vs-bug)
- Team or devops lifecycle labels - [`~"type::bug"`, `~"type::maintenance"`, or `~"type::feature"` if appropriate](https://about.gitlab.com/handbook/engineering/security/security-engineering-and-research/application-security/vulnerability-management.html#vulnerability-vs-feature-vs-bug)
- `~customer` if issue is a result of a customer report - Team or DevOps lifecycle labels
- `~internal customer` should be added by team members when the issue - `~customer` if issue is a result of a customer report
- `~internal customer` should be added by team members when the issue
impacts GitLab operations. impacts GitLab operations.
- `~dependency update` if issue is related to updating to newer versions of the dependencies GitLab requires. - `~dependency update` if issue is related to updating to newer versions of the dependencies GitLab requires.
- `~featureflag::` scoped labels if issue is for a functionality behind a feature flag - `~featureflag::` scoped labels if issue is for a functionality behind a feature flag
- Issues that contain customer specific data, such as private repository contents, - Issues that contain customer specific data, such as private repository contents,
should be assigned `~keep confidential`. If possible avoid this by linking should be assigned `~keep confidential`. If possible avoid this by linking
resources only available to GitLab team member, for example, the originating resources only available to GitLab team member, for example, the originating
@ -35,4 +37,3 @@ general discussion and examples appropriate for public disclosure prior to
release. release.
For review by the Application Security team, @ mention `@gitlab-com/gl-security/appsec`. For review by the Application Security team, @ mention `@gitlab-com/gl-security/appsec`.