Hi, I’m using SonarLint installed in VSCode, not connected to the SonarQube server.
Is it possible to specify parameters for some rule without connecting to the server?
For example by defining parameters in the settings.json, something like:
"sonarlint.rules": { "Web:RequiredAttributeCheck": { "level": "on", "parameters": { "attributes": "input.data" } } }