Flet / SublimeLinter-contrib-semistandard

MIT License
13 stars 6 forks source link

update to `defaults` for settings #7

Closed satblip closed 5 years ago

satblip commented 5 years ago

match the new requirements of sublimelinter 4.0 and reslove those error messages :

semistandard: Defining 'cls.syntax' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead.
semistandard: Defining 'cls.selectors' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead.
semistandard: Defining 'cls.version_args' has no effect. Please cleanup and remove these settings.
semistandard: Defining 'cls.version_re' has no effect. Please cleanup and remove these settings.
semistandard: Defining 'cls.version_requirement' has no effect. Please cleanup and remove these settings.
semistandard disabled. 'cls.defaults' is mandatory and MUST be a dict.
satblip commented 5 years ago

related to https://github.com/Flet/SublimeLinter-contrib-semistandard/issues/6

Flet commented 5 years ago

Thanks!