Skip to content

Commit

Permalink
fix: re-publish vale packages (#4)
Browse files Browse the repository at this point in the history
* fix: re-publish vale packages

* chore: added missing config changes
  • Loading branch information
karl-cardenas-coding authored Jun 18, 2024
1 parent 95df28c commit c866334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 1 addition & 4 deletions packages/spectrocloud-docs-internal/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StylesPath = .vale/styles
StylesPath = styles

MinAlertLevel = suggestion

Expand All @@ -9,9 +9,6 @@ SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock,
; The following line ignores all import statements in markdown files, backticks
TokenIgnores = (?s) *(import).*?(;),\*\*.*?\*\*, (\x60[^\n\x60]+\x60),

Packages = https://github.com/spectrocloud/spectro-vale-pkg/releases/latest/download/spectrocloud-docs-internal.zip

BasedOnStyles = https://github.com/spectrocloud/spectro-vale-pkg/releases/latest/download/spectrocloud-docs-internal.zip

[formats]
mdx = md
Expand Down
8 changes: 3 additions & 5 deletions packages/spectrocloud/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
StylesPath = .vale/styles
StylesPath = styles

MinAlertLevel = suggestion

IgnoredScopes = code, tt, img, url, a, body.id

SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock

Packages = https://github.com/spectrocloud/spectro-vale-pkg/releases/latest/download/spectrocloud.zip


BasedOnStyles = spectrocloud
; The following line ignores all import statements in markdown files, backticks
TokenIgnores = (?s) *(import).*?(;),\*\*.*?\*\*, (\x60[^\n\x60]+\x60),

[formats]
mdx = md
Expand Down

0 comments on commit c866334

Please sign in to comment.