Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Be able to specify files to spell check within the config. #948

Merged
merged 14 commits into from
Feb 15, 2021
Merged

Conversation

Jason3S
Copy link
Collaborator

@Jason3S Jason3S commented Feb 13, 2021

Related to #571

Specify files

Make it possible to specify which files to check in the configuration file.

A new configuration field files has be added:

{
    // tell cspell to check all JavaScript and Markdown files.
    files: ["**/*.js", "**/*.md"]
}

@Jason3S Jason3S merged commit 23f7a48 into master Feb 15, 2021
@Jason3S Jason3S deleted the dev branch February 15, 2021 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant