ckaznocha / SublimeLinter-contrib-CFLint

SublimeLinter plugin for Adobe ColdFusion, using CFLint.
MIT License
16 stars 9 forks source link

Fixes to work with SublimeLinter 4 #25

Closed mikehodgson closed 4 years ago

mikehodgson commented 6 years ago

I have made some updates to linter.py to work properly with SublimeLinter 4. I have not tested with SublimeLinter 3, but I think these changes should be backwards compatible?

mikehodgson commented 6 years ago

Note that this also fixes issue #21

ckaznocha commented 5 years ago

Hey @mikehodgson Thanks so much for the PR! The same issue was addressed in #24, I went with that one only because it drastically reduced the amount of code in the linter. It's been a while since I looked at this project, sorry!

I'll leave this open for now in case I'm missing something and there are still bits of this PR that should be merged. If that's the case, please update your PR and I'll be happy to merge.