necramirez / SublimeLinter-contrib-htmllint

This linter plugin for SublimeLinter provides an interface to htmllint.
MIT License
5 stars 3 forks source link

No linting visible in Sublime Text 3. #4

Open ghost opened 6 years ago

ghost commented 6 years ago

I can see gutter lights and code highlights for errors and warnings in my CSS and JS (via SublimeLinter-csslint and SublimeLinter-jshint). I've attempted to install this linter for HTML linting, but I see no gutter lights or code highlights in .html files in Sublime when I intentionally introduce errors.

I've run npm install -g htmllint-cli. which htmllint reports /usr/local/bin/htmllint.

I've installed SublimeLinter-contrib-htmllint via Sublime Package Control.

My ~/Library/Application Support/Sublime Text 3/Packages/User/SublimeLinter.sublime-settings file includes under "linters" this object (I don't recall if it automatically populated, or if I manually pasted it from somewhere online):

            "htmllint": {
                "@disable": false,
                "args": [],
                "excludes": []
            },

I've quit and relaunched Sublime.

I notice no further instruction in the readme. What might I be missing, please?

DePasqualeOrg commented 6 years ago

I'm having the same issue and would appreciate any help solving it.

Kotzilla commented 6 years ago

Same here, No Gutter show up but i can see in console

ghost commented 6 years ago

I've given up on this package and moved to HTML Hint. I'm unsubscribing from this thread now.