Sublime Forum

Sublime Linter Warning about deprecated

#1

WARNING - SublimeLinter.lint.linter] bemlint: Usage of ‘@’ as a special marker in cmd has been deprecated, use ‘${temp_file}’ instead.

WARNING - SublimeLinter.lint.linter] csslint: Implicit appending a filename to cmd has been deprecated, add ‘${temp_file}’ explicitly.

How to fix this. Thanks :slight_smile:

0 Likes

#2

I made two PR’s.

1 Like

#3

how to fix im just kindof noob :sweat_smile:

0 Likes

#4

csslint has been updated, no need to do anything on your side as Package Control will download the new version automatically. The owner of bemlint did not pull my change and also did not release another necessary PR, so bemlint will not work at all with the current SublimeLinter. You could check out and install manually though.

0 Likes