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

Ignores ignore options #9

Open
offsky opened this issue Aug 29, 2014 · 2 comments
Open

Ignores ignore options #9

offsky opened this issue Aug 29, 2014 · 2 comments

Comments

@offsky
Copy link

offsky commented Aug 29, 2014

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.

@rkoberg
Copy link

rkoberg commented Mar 15, 2015

Also not seeing ignore being used. Here is my task:

    spell: {
      files: ['build/text-only/**'],
      options: {
        ignore: grunt.file.readJSON('standards-array.json')
      }
    },

@rkoberg
Copy link

rkoberg commented Mar 15, 2015

Oh, I see ignored is not for stop words, it is for the type of check to ignore.

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

No branches or pull requests

2 participants