Sonarcloud with PlayCanvas

Hi fellow devs,

does anyone have some experience in using https://sonarcloud.io/ with PlayCanvas? Does it “integrate” into the engine?

Thanks, any hints appreciated,
Rene

There’s no integration for the PlayCanvas Editor.

Looks like you would have to use something lie playcanvas-sync so you can edit code locally on PC and use SonarLint

Or regularly pull code/published builds to a Git repo that it an integrate with.