Skip to content

Commit

Permalink
fix(ci): cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed May 25, 2024
1 parent 4bc8258 commit cd6986d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 28 additions & 5 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"],
"ignorePaths": [
"**/*.json",
"**/*.css",
"node_modules",
"**/*.log"
],
"useGitignore": true,
"language": "en",
"words": ["dataurl", "devpool", "outdir", "servedir"],
"dictionaries": ["typescript", "node", "software-terms"],
"import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"],
"ignoreRegExpList": ["[0-9a-fA-F]{6}"]
"words": [
"dataurl",
"devpool",


"outdir",

"servedir"
],
"dictionaries": [
"typescript",
"node",
"software-terms"
],
"import": [
"@cspell/dict-typescript/cspell-ext.json",
"@cspell/dict-node/cspell-ext.json",
"@cspell/dict-software-terms"
],
"ignoreRegExpList": [
"[0-9a-fA-F]{6}"
]
}
2 changes: 2 additions & 0 deletions build/mirror.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// cspell:ignore Gfug, Kzfq, pccg,

import { Octokit } from "@octokit/rest";
import * as dotenv from "dotenv";
import fetch from "node-fetch";
Expand Down

0 comments on commit cd6986d

Please sign in to comment.