mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
8 lines
195 B
YAML
8 lines
195 B
YAML
# This enables spell checking using the built-in US English dictionary
|
|
|
|
extends: spelling
|
|
message: "Did you really mean '%s'?"
|
|
ignorecase: true
|
|
level: error
|
|
ignore: vale-styles/Semmle/ignore.txt
|