SublimeLinter-contrib-dockerfilelint icon indicating copy to clipboard operation
SublimeLinter-contrib-dockerfilelint copied to clipboard

Sublime deprecation errors prevents linting

Open spotiris opened this issue 5 years ago • 1 comments

This issue addresses #1 #2 : deprecation errors appear in Sublime 3 which prevent the operation of this package.

Thankfully the @rgant has fixed it in their fork: https://github.com/rgant/SublimeLinter-contrib-dockerfilelint.git .

To use the fixed fork:

~/.config/sublime-text-3/Packages/
git clone --single-branch --branch fix/deprecation-warnings https://github.com/rgant/SublimeLinter-contrib-dockerfilelint.git

You must also install "Dockerfile Syntax Highlighting" via package control, then restart Sublime.

spotiris avatar Jul 01 '20 07:07 spotiris

Would be awesome to get the fix backported into this repo.

nodesocket avatar Nov 17 '21 02:11 nodesocket