spelling
Name
Type
Description
# Uses the built-in dictionary and filters.
extends: spelling
message: "Did you really mean '%s'?"
level: errorextends: spelling
message: "'%s' is a typo!"
dictionaries:
- en_US
- en_medicalFilter
Description
# Uses the built-in dictionary and filters.
extends: spelling
message: "Did you really mean '%s'?"
level: errorextends: spelling
message: "'%s' is a typo!"
dictionaries:
- en_US
- en_medicalextends: spelling
message: "Did you really mean '%s'?"
level: error
# This disables the built-in filters. If you omit this
# key or set it to false, custom filters (see below) are
# added on top of the built-in ones.
custom: true
# A "filter" is a regular expression specifying words
# to ignore during spell checking.
filters:
# Ignore all words starting with 'py'.
#
# e.g., 'PyYAML'.
- '[pP]y.*\b'destructuring
transpilerextends: spelling
message: "Did you really mean '%s'?"
level: error
ignore:
- ignore1.txt
- ignore2.txt