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

Disable rule at false value #13

Merged
merged 2 commits into from Jun 14, 2014
Merged

Conversation

shootaroo
Copy link
Contributor

Disable rule at false value.

{
    "doctype-first": true,
    "doctype-html5": false
}

I want to explicitly set the false.
Compatibility with jshint and csslint.

@yaniswang
Copy link
Contributor

I suggest:

for (var id in ruleset){
    rule = rules[id];
    if (rule !== undefined && rule !== false){
        rule.init(parser, reporter, ruleset[id]);

@shootaroo
Copy link
Contributor Author

The build error seems to be unrelated to my changes:

npm ERR! Error: No compatible version found: minimatch@'^0.3.0'

@franz-josef-kaiser
Copy link

👍 Caused me quite some headache to get around - yeah, I didn't read that line in the Readme.

yaniswang added a commit that referenced this pull request Jun 14, 2014
@yaniswang yaniswang merged commit 52eac81 into htmlhint:master Jun 14, 2014
@shootaroo shootaroo deleted the rule-disable branch June 25, 2014 11:51
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.

None yet

3 participants