I use SonarLint to analyze Python code, and that is working great. From time to time, I open a YAML file, and every single session, SonarLint tells me this:
I am fine with not analyzing the YAML file, as I do not want to install and maintain the Node.js runtime.
Is there a way to disable YAML analysis (or at least this notification?)
By next week we will release SonarLint for VSCode v3.22 that will include the feature enabling you to exclude files from SonarLint analysis. I believe this should fix the issue you are facing. So, be sure to upgrade once it’s available