Skip to content

Commit

Permalink
ci(fix): update vale configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Jan 10, 2025
1 parent 7c319c1 commit 2f0e16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StylesPath = ci/vale

MinAlertLevel = suggestion # suggestion, warning, error
Packages = https://github.com/davidsneighbour/dnb-vale-config/releases/download/v0.0.16/DNB.zip
Packages = https://github.com/davidsneighbour/dnb-vale-config/releases/latest/download/DNB.zip
2 changes: 1 addition & 1 deletion kollitsch.dev.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"stylelint.reportNeedlessDisables": true,
"vale.doNotShowWarningForFileToBeSavedBeforeLinting": true,
"vale.enableSpellcheck": true,
"vale.valeCLI.config": "/home/patrick/github.com/davidsneighbour/kollitsch.dev/.github/vale/vale.ini",
"vale.valeCLI.config": "/home/patrick/github.com/davidsneighbour/kollitsch.dev/.vale.ini",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#FF5555",
"activityBar.background": "#FF5555",
Expand Down

0 comments on commit 2f0e16c

Please sign in to comment.