Hello, I had a question, it currently implements a quality profile for the new source code, but I have a question about how I can exclude the YML from the defined rules. I currently use sonarqube Developer.
There are a few routes you could go depending on what your goal or use case is. If you still want to scan YAML files, you could create another quality gate with the conditions you want to use for analyzing projects containing YAML. Then set the config
project to use that quality gate. If you want to exclude YAML files from analysis, you could set up exclusion rules for that.