Ryan Mueller
Ryan Mueller
Can confirm this happens when in script syntax as well. In this example, `header` will trigger the rule. ```coldfusion for( var header in requestHeaders ){ cfhttpparam( type = 'header', name...
Yep, another example that triggers the MISSING_SEMI rule as a false positive. ``` return apiCall( httpMethod = 'POST' , path = '/' & variables.domain & '/batchcode/' , queryParams = queryParams...
Using v0.15.13. Not seeing the source of the settings when running a watch. If I explicitly define the `settingsPath` the full path to my .cfformat.json is displayed as expected. ```...
No it's the github site. https://teamcfadvance.github.io/cfstatic
Have to edit the gh-pages branch.
I like Bootstrap too. Foundation looks neat though.