Morris Brodersen
Morris Brodersen
yeah, opening the local index.html via file:// protocol will not work because importing ES6 modules is not allowed in that case. you'd need to run a webserver locally. i've included...
sorry if that came out a bit technical :) i'll update the readme for offline usage. thanks for your interest, really appreciated!
The bigger issue here is that `// nosonar` ignores all errors on a line, e.g. ``` if (4 === 4) { // nosonar ``` will not report any issues, as...
> SonarQube can bring much more other value compared to TSLint (metrics, quality gate, leak period, history, coverage, branches, many languages etc) but if you believe that for your project...
In my case it fails silently like described if there is at least one uncovered file which has compile errors. Noticed this while having an incomplete but unused file (a...
@sanjay14073 feel free to create a pull request! :pray:
Thanks for the PR! Does this approach handle the "don't deploy on PRs, only checks" requirement correctly?
I'm not convinced this fulfills the requirements. It looks like the entire pipeline would be run for every PR 🤔
Hi, thanks for the idea! Can you point me to resources on how something like this could be implemented? And another question: Wouldn't this be covered by setting up browser...
Finally got around to it :) thanks for the idea & enjoy!