mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
Update .cspell.json
This commit is contained in:
15
.cspell.json
15
.cspell.json
@@ -27,24 +27,25 @@
|
|||||||
"ignoreRegExpList": [
|
"ignoreRegExpList": [
|
||||||
// Copyright notice
|
// Copyright notice
|
||||||
"Copyright .*",
|
"Copyright .*",
|
||||||
|
"SPDX-(File|Snippet)CopyrightText: .*",
|
||||||
// GHA actions/workflows
|
// GHA actions/workflows
|
||||||
"uses: .+@",
|
"uses: .+@[\\w_.-]+",
|
||||||
// GHA context (repo name, owner name, etc.)
|
// GHA context (repo name, owner name, etc.)
|
||||||
"github.\\w+ (=|!)= '.+'",
|
"github.[\\w_.-]+ (=|!)= '[^']+'",
|
||||||
// GH username
|
// GH username
|
||||||
"( |\\[)@[\\w_-]+",
|
"( |\\[)@[\\w_-]+",
|
||||||
// Git config username
|
// Git config username
|
||||||
"git config user.name .*",
|
"git config( --[^ ]+)? user.name .*",
|
||||||
// Username in todo comment
|
// Username in TODO|FIXME comment
|
||||||
"(TODO|FIXME)\\([\\w_., -]+\\)",
|
"(TODO|FIXME)\\([\\w_., -]+\\)",
|
||||||
// Cargo.toml authors
|
// Cargo.toml authors
|
||||||
"authors *= *\\[.*\\]",
|
"authors *= *\\[[^\\]]*\\]",
|
||||||
"\".* <[\\w_.+-]+@[\\w.-]+>\""
|
"\"[^\"]* <[\\w_.+-]+@[\\w.-]+>\""
|
||||||
],
|
],
|
||||||
"languageSettings": [
|
"languageSettings": [
|
||||||
{
|
{
|
||||||
"languageId": ["*"],
|
"languageId": ["*"],
|
||||||
"dictionaries": ["bash", "rust"]
|
"dictionaries": ["bash", "cpp-refined", "rust"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": []
|
"ignorePaths": []
|
||||||
|
|||||||
Reference in New Issue
Block a user