Skip to content

Configuration Examples: only

Josh Soref edited this page Nov 10, 2022 · 4 revisions

only Examples

# Only process perl / JavaScript / Python files
\.pl$
\.js$
\.py$

ℹ️ The syntax of this file is identical to the one for excludes. You can look at Configuration Examples: excludes for more examples.

Purpose

only is used to limit which files check-spelling will check to only files that match one of the listed patterns.

Clone this wiki locally