Commit 58a9895
Re-submit fix #33 version 2
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.1 parent 8ffd06f commit 58a9895
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments