Please provide
- Operating system: Ventura 13.3.1
- SonarLint plugin version: v3.18.0
- Programming language you’re coding in: go
- Is connected mode used: No
//NOSONAR and // NOSONAR are not suppressing sonarlint problems on a line in VSCode. I also tried every variation of // (at symbol)Suppress() and (at symbol)SuppressWarnings().
Without just turning off a rule in the plugin all together how can I suppress individual warnings in go?