Configure rule parameters in non-connected mode in VSCode's SonarLint

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"
            }
        }
    }

Hello, this is not yet possible - and definitely on our roadmap!