Skip to content

Commit

Permalink
chore: fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 1, 2024
1 parent 6948c2e commit 7de85c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"],
"useGitignore": true,
"language": "en",
"words": ["dataurl", "devpool", "fkey", "outdir", "servedir", "supabase", "typebox", "ubiquibot", "smee"],
"words": ["dataurl", "devpool", "fkey", "outdir", "servedir", "supabase", "typebox", "ubiquibot", "smee", "tomlify"],
"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}"]
Expand Down
1 change: 0 additions & 1 deletion src/github/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export async function getConfig(context: GitHubContext): Promise<PluginConfigura

checkPluginChains(mergedConfiguration);

console.log("Merged config", JSON.stringify(mergedConfiguration));
return mergedConfiguration;
}

Expand Down

0 comments on commit 7de85c7

Please sign in to comment.