jhoff / SublimeLinter-contrib-php-cs-fixer

SublimeLinter plugin for php, using php-cs-fixer.
MIT License
8 stars 8 forks source link

Various warning on ST4, needs update #17

Open zigi05 opened 1 year ago

zigi05 commented 1 year ago

Sublime Text 4 console shows the following warning for phpcsfixer:

WARNING:SublimeLinter.lint.linter:phpcsfixer: Defining 'cls.executable' has no effect. Please cleanup and remove this setting.
WARNING:SublimeLinter.lint.linter:phpcsfixer: Defining 'cls.config_file' has no effect. Please cleanup and remove this setting.

SublimeLinter: WARNING: phpcsfixer: `self.get_view_settings()` has been deprecated.  Just use the member `self.settings` which is the same thing.
WARNING:SublimeLinter.lint.linter:phpcsfixer: `self.get_view_settings()` has been deprecated.  Just use the member `self.settings` which is the same thing.
SublimeLinter: WARNING: phpcsfixer: `executable_path` has been deprecated. Just use an ordinary binary name instead. 
WARNING:SublimeLinter.lint.linter:phpcsfixer: `executable_path` has been deprecated. Just use an ordinary binary name instead. 
SublimeLinter: WARNING: phpcsfixer: Usage of '@' as a special marker in `cmd` has been deprecated, use '${temp_file}' instead.
WARNING:SublimeLinter.lint.linter:phpcsfixer: Usage of '@' as a special marker in `cmd` has been deprecated, use '${temp_file}' instead.