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

Readme example does not seem to work #1

Closed
pixelastic opened this issue Jul 7, 2016 · 2 comments
Closed

Readme example does not seem to work #1

pixelastic opened this issue Jul 7, 2016 · 2 comments

Comments

@pixelastic
Copy link

Hello,

I just installed textlint along with this textlint-rule-alex set of rules. I copy-pasted the .textlintrc of the example and tested on a very simple file. Still, the rule is not ignored.

$ cat ~/.textlintrc
{
  "rules": {
    "alex": {
      "allow": ["boogeyman-boogeywoman"]
    }
  }
}
$ cat textlint.md
Are you a boogeyman?
$ textlint textlint.md

/home/tim/local/tmp/textlint.md
  1:11  error  [boogeyman-boogeywoman] `boogeyman` may be insensitive, use `boogey` instead  alex

✖ 1 problem (1 error, 0 warnings)
$ textlint --version
v7.0.1

I tried with several rules, but could not manage to ignore any of them. Am I doing something wrong?

@azu azu closed this as completed in 1a29c9b Jul 8, 2016
@azu
Copy link
Member

azu commented Jul 8, 2016

@pixelastic Thanks for report.
I fix it and release [email protected]

@pixelastic
Copy link
Author

Thanks, working well now.

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