ckaznocha / SublimeLinter-contrib-CFLint

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

Update for SL4 #24

Closed kaste closed 5 years ago

kaste commented 6 years ago

This is an example how this could work in SL4.

'-jar' if you prefix a default with e.g. - it will be recognized as cli argument and injected at ${args}. Likewise for -configfile. Esp. for the configfile the user could point to ${folder}/.myconfig.xml or ~/.myotherconfig.xml. $folder will expand to the project folder.

Fixes #23