Paul O'Neill
Paul O'Neill
Yeah I've been having trouble keeping them up without taking down the whole VM they're currently hosted on (made the mistake of upgrading the hosting environment). Will try to sort...
So @habbo656 I think your issue is different, in that it looks like maybe the user account running the scanner doesn't have permissions to create folders and write to the...
Does everything up to the .sonartmp path component exist on disk?
The config needs to be visible to the scanner, so it can be on a shared drive if desired but typically would be part of the code under analysis. You...
It's the intersection of the two sets of rules. * You configure, via ```tslint.json``` which rules you want ```tslint``` to check and report on * You enable or disable, via...
So this isn't particularly well documented, but the theory is that you can set a blob of text via the admin interface into the ```sonar.ts.ruleconfigs``` setting that has a similar...
Really I need to setup the wiki with some finer-grained documentation than the readme can really provide. Shall make sure I add a worked example though!
Hmm, unsure what's happened there then - will have to reproduce locally. Just for fun can you try: - Running the scanner with the -X -e flags, and finding the...
Cool, that's perfect thanks - last question, what version of the plugin are you running?
Did you activate the newly defined rule in your TsLint rules profile? This is a step I hadn't appreciated worked how it does (I had thought it activated by default,...