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

Ignore rules option #231

Closed
AlistairB opened this issue Feb 1, 2012 · 1 comment
Closed

Ignore rules option #231

AlistairB opened this issue Feb 1, 2012 · 1 comment
Labels
Milestone

Comments

@AlistairB
Copy link

As I understand it, there is no way to say, run all rules but XYZ. The way to do this seems to be include a list of all rules except for those that are desired via --errors.

In my case I want to run all rules but 'ids' and so I need to set all rules in --errors, which isn't ideal as:

  • There are a lot of rules to include which makes this harder to maintain
  • The pertinent info in this case is which rules are NOT included, which to figure out involves running through all the rules in CSS lint and comparing this against the --error list
  • With each new version of CSS lint, new rules will need to be checked for and manually added each time.

Can a --ignore-rules (or similar) option be added?

@zachleat
Copy link
Contributor

+1

@nzakas nzakas closed this as completed in d215467 Jul 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants