-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
216 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"version": "0.2", | ||
"gitignoreRoot": ".", | ||
"useGitignore": true, | ||
"dictionaryDefinitions": [ | ||
{ | ||
"name": "organization-dictionary", | ||
"path": "./.github/.cspell/organization-dictionary.txt", | ||
"addWords": true | ||
}, | ||
{ | ||
"name": "project-dictionary", | ||
"path": "./.github/.cspell/project-dictionary.txt", | ||
"addWords": true | ||
}, | ||
{ | ||
"name": "rust-dependencies", | ||
"path": "./.github/.cspell/rust-dependencies.txt", | ||
"addWords": true | ||
} | ||
], | ||
"dictionaries": [ | ||
"organization-dictionary", | ||
"project-dictionary", | ||
"rust-dependencies" | ||
], | ||
"ignoreRegExpList": [ | ||
// Copyright notice | ||
"Copyright ((\\(c\\)|\\(C\\)|©) )?.*", | ||
// GHA actions/workflows | ||
"uses: .+@", | ||
// GHA context (repo name, owner name, etc.) | ||
"github.\\w+ (=|!)= '.+'", | ||
// GH username | ||
"( |\\[)@[\\w_-]+", | ||
// Git config username | ||
"git config user.name .*", | ||
// Cargo.toml authors | ||
"authors *= *\\[.*\\]", | ||
"\".* <[\\w_.+-]+@[\\w.-]+>\"" | ||
], | ||
"languageSettings": [ | ||
{ | ||
"languageId": ["*"], | ||
"dictionaries": ["rust"] | ||
} | ||
], | ||
"ignorePaths": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
// This is a dictionary shared by projects under https://github.com/taiki-e. | ||
// It is not intended for manual editing. | ||
|
||
endo | ||
taiki | ||
|
||
// tool name and its configs or options | ||
asan | ||
cflags | ||
clippy | ||
codegen | ||
cxxflags | ||
exitcode | ||
miri | ||
miriflags | ||
msan | ||
retag | ||
rustc | ||
rustdoc | ||
rustdocflags | ||
rustflags | ||
rustfmt | ||
rustsec | ||
rustup | ||
valgrind | ||
xcompile | ||
Zdoctest | ||
Zmiri | ||
|
||
// Rust target triple | ||
aarch | ||
androideabi | ||
armeb | ||
armebv | ||
armv | ||
asmjs | ||
atmega | ||
bpfeb | ||
bpfel | ||
cuda | ||
eabi | ||
eabihf | ||
emscripten | ||
espidf | ||
fortanix | ||
gnuabi | ||
gnueabi | ||
gnueabihf | ||
gnullvm | ||
gnuspe | ||
gnux | ||
illumos | ||
imac | ||
macabi | ||
mipsel | ||
mipsisa | ||
msvc | ||
muslabi | ||
musleabi | ||
musleabihf | ||
nvptx | ||
openwrt | ||
riscv | ||
softfloat | ||
sparcv | ||
thumbeb | ||
thumbebv | ||
thumbv | ||
tvos | ||
uclibc | ||
uclibceabi | ||
uclibceabihf | ||
uefi | ||
vxworks | ||
wasi | ||
watchos | ||
xous | ||
|
||
// Rust other | ||
alloc | ||
canonicalize | ||
consts | ||
deque | ||
doctest | ||
hasher | ||
inlateout | ||
intrinsics | ||
lateout | ||
msrv | ||
peekable | ||
punct | ||
repr | ||
rfind | ||
rfold | ||
splitn | ||
uninit | ||
|
||
// Other | ||
connrefused | ||
cygwin | ||
euxo | ||
msys | ||
noninteractive | ||
noprofile | ||
norc | ||
pipefail | ||
powerset | ||
proto | ||
tlsv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
coreutils | ||
gtar | ||
toolchains |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters