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

Re-submit fix #33 version 2 #41

Closed
wants to merge 6 commits into from
Closed

Re-submit fix #33 version 2 #41

wants to merge 6 commits into from

Conversation

rb0w
Copy link
Contributor

@rb0w rb0w commented Feb 16, 2016

As ian4hu pointed out in #33, Linter.which() called from within the HtmlTidy class definition resulted in an early invocation situation in which a fail test resulted for Linter's settings, paths in particular, prior to any setting being cached.
Changes to fix this.

auz9 added 2 commits February 16, 2016 16:44
As ian4hu pointed out in [#33](https://github.com/SublimeLinter/SublimeLinter-html-tidy/pull/SublimeLinter#33), Linter.which() called from within the HtmlTidy class definition resulted in an early invocation situation in which a fail test resulted for Linter's settings, _paths_ in particular, prior to any setting being cached.
Changes to fix this.
Remove blank line before docstring
@rb0w
Copy link
Contributor Author

rb0w commented Feb 16, 2016

Argh.. spooked by #141

@groteworld
Copy link
Member

ah yes, please change - pep257 . --ignore=D202 to - pep257 . --add-ignore=D202 in the TravisCI config. Just throw it on top of this PR.

auz9 added 2 commits February 17, 2016 11:04
---ignore=D202 > --add-ignore=D202
Add 1 blank line before class docstring
@rb0w
Copy link
Contributor Author

rb0w commented Feb 17, 2016

Do you mean --add-ignore=D211? cause that is what failing the Travis check.
Going ahead with update for .travis.yml.

pep257 add ignore D211 - No blank lines allowed before class docstring.
@groteworld
Copy link
Member

Nope, code should be corrected to pep257 . --add-ignore=D202.

Remove whitespace on blank before class docstring.
@rb0w
Copy link
Contributor Author

rb0w commented Feb 17, 2016

Ok, D202 stays.

@rb0w rb0w closed this Feb 17, 2016
@rb0w rb0w reopened this Feb 17, 2016
@rb0w
Copy link
Contributor Author

rb0w commented Feb 17, 2016

Ouch, reopening PR re-starts travis check.

@braver braver closed this Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants