forked from cncf/glossary
-
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.
Setting up vale linter using Microsoft, Readability, and Hugo package…
…s with CNCF vocabulary additions Signed-off-by: Nate W <[email protected]>
- Loading branch information
1 parent
da23ea7
commit df0f4b3
Showing
5 changed files
with
61 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Aniszczyk | ||
API | ||
(?i)approvers | ||
architected | ||
(?i)autoscal* | ||
cloud native | ||
CNCF | ||
containerd | ||
cyber | ||
datacenter(s\b|\b) | ||
Datadog | ||
declaratively | ||
gRPC | ||
idempotence | ||
Ispas | ||
Jihoon | ||
K8s | ||
Katelin | ||
KubeCon | ||
(?i)multitenan* | ||
misconfiguration | ||
open source | ||
overdemand | ||
Ramer | ||
reusability | ||
rollout | ||
Seo | ||
Seokho | ||
(?i)serverless | ||
SRE | ||
subnet | ||
virtualiz* | ||
VM |
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,3 @@ | ||
cloud-native | ||
K8 | ||
open-source |
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,13 @@ | ||
name: Editorial review | ||
on: [pull_request] | ||
|
||
jobs: | ||
vale: | ||
name: runner / vale | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: errata-ai/vale-action@reviewdog | ||
with: | ||
files: content/en | ||
fail_on_error: true |
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 |
---|---|---|
|
@@ -2,5 +2,7 @@ | |
public/ | ||
resources/ | ||
node_modules/ | ||
.github/styles/* | ||
!.github/styles/Vocab | ||
.hugo_build.lock | ||
.DS_Store |
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,10 @@ | ||
StylesPath = .github/styles | ||
|
||
MinAlertLevel = error | ||
|
||
Packages = Microsoft, Readability, Hugo | ||
Vocab = CNCF | ||
|
||
[*.md] | ||
BasedOnStyles = Vale, Microsoft, Readability | ||
Microsoft.Contractions = NO |