Skip to content

Commit fc808e6

Browse files
committed
Fixing issues related to vale
1 parent a83ec46 commit fc808e6

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
uses: errata-ai/vale-action@reviewdog
7070
with:
7171
fail_on_error: true
72-
config: .vale.ini
73-
styles: .github/workflows/configs/vale/styles
74-
files: README.md
7572

7673
check-python-code-quality:
7774
runs-on: ubuntu-latest

.github/workflows/configs/vale/styles/Vale/Terms.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/configs/vale/styles/config/vocabularies/words/accept.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CodePipeline
2121
Xcode
2222
Tunnelblick
2323
// Environments
24-
dev
24+
[Dd]ev
2525
perf
2626
perf2
2727
nonprod
@@ -32,14 +32,20 @@ mgmt
3232
MGMT
3333
// Development/Deployment Terms
3434
adhoc
35+
rebase
36+
pytest
3537
healthcheck
36-
runbook
37-
Runbook
38+
[Rr]unbooks?
39+
Allowlist
40+
slack_and_infrastructure
41+
opening_times
42+
hotfixes
43+
automations
3844
undeploy
3945
Undeploy
46+
undeployed
4047
Onboarding
4148
onboarding
4249
// Miscellaneous
4350
bbbbbb
4451
gggggg
45-
[A-Z]+s

0 commit comments

Comments
 (0)