We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cant seem to get it to ignore certain types of errors. Here is my grunt task:
spell: { all: { src: ['alpha/features/*'], options: { ignore: ['cliches', 'complex expression', 'passive voice'] } } },
However, when I run the test, it still reports these types of errors.
The text was updated successfully, but these errors were encountered:
Also not seeing ignore being used. Here is my task:
spell: { files: ['build/text-only/**'], options: { ignore: grunt.file.readJSON('standards-array.json') } },
Sorry, something went wrong.
Oh, I see ignored is not for stop words, it is for the type of check to ignore.
No branches or pull requests
I cant seem to get it to ignore certain types of errors. Here is my grunt task:
However, when I run the test, it still reports these types of errors.
The text was updated successfully, but these errors were encountered: