Files
markbench-tests/cspell.json
derek-hirotsu 429c8f7deb GravityMark harness (#77)
* add readme and manifest yaml

* initial harness

* update scripts

* update manifest

* test disable duplicate code

* add comma

* read score from log file
2023-11-10 10:46:21 -08:00

33 lines
418 B
JSON

{
"ignorePaths": [
".*/"
],
"allowCompoundWords": true,
"words": [
"argies",
"csgo",
"CUDA",
"directx",
"Dota",
"flac",
"HIWORD",
"Jcraft",
"Keras",
"Kikis",
"Kombustor",
"opengl",
"opengles",
"OPTIX",
"psutil",
"pycache",
"RLCS",
"turbopolsa",
"twwh",
"Unigine",
"vsix"
],
"ignoreRegExpList": [
"import .*"
]
}