-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: added airgap term * docs: fixed headings title rule * fix: fix title rule * ci: fix test script * chore: added missing rule * chore: removed colon * chore: fix file path * chore: updated test rules * ci: updated vale rule
- Loading branch information
1 parent
122f7b6
commit 865bd29
Showing
18 changed files
with
74 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
env: | ||
VALE_VERSION: "3.6.0" | ||
VALE_VERSION: "3.7.1" | ||
|
||
jobs: | ||
run-ci: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/spectrocloud-docs-internal/tests/heading-all-caps/.vale.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.heading-all-caps = YES | ||
spectrocloud-docs-internal.heading-all-caps = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
packages/spectrocloud-docs-internal/tests/heading-title-case/.vale.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.heading-title-case = YES | ||
spectrocloud.heading-all-caps = YES | ||
spectrocloud-docs-internal.heading-title-case = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright (c) Spectro Cloud | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
--- | ||
extends: existence | ||
message: "Avoid using the short form of commands. Replace the short form flag in '%s' with the corresponding long form flag." | ||
link: https://spectrocloud.atlassian.net/wiki/spaces/DE/pages/1765933057/Spectro+Cloud+Internal+Style+Guide#Commands-%26-Parameters | ||
level: error | ||
ignorecase: false | ||
scope: raw | ||
tokens: | ||
# Match a word followed by one or more spaces, followed by the short form of a flag (one to three letters). The short flag can appear one or more times consecutively. For example: palette -h. | ||
- (\b([\w]+))([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
exceptions: | ||
- ls([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- cd([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- cp([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- mv([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- rm([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- mkdir([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- rmdir([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- cat([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- pwd([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- echo([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- chmod([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- chown([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- sed([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- wc([\s ]{1,}[-][a-zA-Z]{1,3})+ | ||
- tar([\s ]{1,}[-][a-zA-Z]{1,3})+ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
StylesPath = ../../styles/ | ||
MinAlertLevel = suggestion | ||
[*.md] | ||
spectrocloud.heading-title-case = YES | ||
spectrocloud.heading-all-caps = YES | ||
spectrocloud.heading-title-case = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters