mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-09-05 20:07:25 +00:00
Check docs JS files for spelling (#6758)
This commit is contained in:
+5
-4
@@ -15,6 +15,7 @@
|
||||
"agentscan",
|
||||
"anbraten",
|
||||
"antfu",
|
||||
"apacheconf",
|
||||
"apimachinery",
|
||||
"appleboy",
|
||||
"aquasec",
|
||||
@@ -57,6 +58,7 @@
|
||||
"dind",
|
||||
"Dockle",
|
||||
"doublestar",
|
||||
"easyops",
|
||||
"emojify",
|
||||
"envsubst",
|
||||
"esbuild",
|
||||
@@ -144,6 +146,8 @@
|
||||
"nocolor",
|
||||
"nolint",
|
||||
"nologin",
|
||||
"noopener",
|
||||
"noreferrer",
|
||||
"norunningpipelines",
|
||||
"nosniff",
|
||||
"ntfy",
|
||||
@@ -284,10 +288,7 @@
|
||||
"pnpm-lock.yaml",
|
||||
"renovate.json",
|
||||
// js config
|
||||
"**/pnpm-workspace.yaml",
|
||||
// TODO: remove the following
|
||||
"docs/**/*.js",
|
||||
"docs/**/*.ts"
|
||||
"**/pnpm-workspace.yaml"
|
||||
],
|
||||
// Exclude imports, because they are also strings.
|
||||
"ignoreRegExpList": [
|
||||
|
||||
@@ -290,7 +290,7 @@ const config = {
|
||||
},
|
||||
blog: {
|
||||
blogTitle: 'Blog',
|
||||
blogDescription: 'A blog for release announcements, turorials...',
|
||||
blogDescription: 'A blog for release announcements, tutorials...',
|
||||
onInlineAuthors: 'ignore',
|
||||
},
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user