Flet / SublimeLinter-contrib-semistandard

MIT License
13 stars 6 forks source link

Defining 'cls.syntax' has been deprecated #6

Closed adamjohnson closed 4 years ago

adamjohnson commented 5 years ago

When loading SublimeLinter-contrib-semistandard, the following error can be seen in the Sublime Console:

SublimeLinter: ERROR:
=====================

semistandard: Defining 'cls.syntax' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead.

Other linters have run into this issue and fixed it such as SublimeLinter/SublimeLinter-rubocop#58 and markalfred/SublimeLinter-contrib-stylint#10.

satblip commented 5 years ago

Same issue here, created a pull request : https://github.com/Flet/SublimeLinter-contrib-semistandard/pull/7

Flet commented 4 years ago

Merged and tagged as 1.0.5. Thanks again!