ckaznocha / SublimeLinter-contrib-CFLint

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

Updating for latest CFLint #13

Closed KamasamaK closed 7 years ago

KamasamaK commented 7 years ago

I wanted to update this plugin to be compatible with the latest CFLint as well as keeping it easy to use and flexible. Here is a link to my fork. Below is a summary of the major changes I've made. Please provide whatever suggestions/criticisms you have so that they may be addressed before I submit a pull request.

ckaznocha commented 7 years ago

@KamasamaK Wow, that's great, thanks! I don't use this plugin much anymore so I wasn't aware of the changes. I'll look in to the version checking when I have a bit of time.

KamasamaK commented 7 years ago

Submitted PR #14

KamasamaK commented 7 years ago

Sorry. I noticed that the Travis build failed. Submitted PR #16

I'm not familiar with how Sublime's Package Control works. Does the repo need to be resubmitted on each update?

ckaznocha commented 7 years ago

I need to bump the version and make a github release. Package control will just pick it up once thats done. This change will be a new major version. Was going to fix the lint issue when I bumped the version but I see you've done it already, thanks!