Nicolas Vuillamy

Results 300 comments of Nicolas Vuillamy

I made some tests using amplitude npm package, it seems to work for now :) But as your library seems more lightweight, I may switch back to it once you...

Is the HTTP request done by a separate node instance ? If not, it could be not ok for CLIs , because it wouldn't exit until such batch is processed

I've quickly read so I may be mistaken, but did you manage rules property ? It's part of SARIF standard:)

my comment is for @Arkq but please feel free to comment also :) https://github.com/microsoft/sarif-tutorials/blob/main/samples/1-Introduction/simple-example.sarif In tools.drivers, there is a rules property with entries corresponding to the ruleIds that wee can...

https://sarifweb.azurewebsites.net/Validation You can try any generated SARIF here :)

in MegaLinter we use a rust package for the conversion https://crates.io/crates/shellcheck-sarif It would have better performances if it was directly embedded in shellcheck :)

it seems that SARIF format returns many less details than the JSON one :/ ![image](https://user-images.githubusercontent.com/17500430/155387713-1f0d7030-5675-4d64-8c25-06bdc2b2fb45.png) Would it be possible to also return in "properties" SARIF item everything that is returned...