codequest-eu / SublimeLinter-contrib-reek

SublimeLinter 3 plugin for Ruby, using reek.
MIT License
8 stars 9 forks source link

Reek is automatically disabled by SublimeLinter 4.12 #7

Open LeEnno opened 5 years ago

LeEnno commented 5 years ago

When loading a .rb file and inspecting the console, it says the following:

reloading plugin SublimeLinter-contrib-reek.linter reek: Defining 'cls.syntax' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead. reek: Defining 'cls.version_args' has no effect. Please cleanup and remove these settings. reek: Defining 'cls.version_re' has no effect. Please cleanup and remove these settings. reek: Defining 'cls.version_requirement' has no effect. Please cleanup and remove these settings. reek disabled. 'cls.defaults' is mandatory and MUST be a dict.

theaxel commented 5 years ago

Same problem for me.

SublimeLinter: ERROR:

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

SublimeLinter: ERROR:

reek disabled. 'cls.defaults' is mandatory and MUST be a dict.

PoroshkinaVV commented 5 years ago

8 will fix it, need merge

moonfox commented 5 years ago

please merge it, I have the same issues

ghost commented 5 years ago

@kruszczynski please merge

kruszczynski commented 5 years ago

Sorry, I no longer have access to this repo, maybe @Xypus can help?