Rapport sonarqube gitlab CI/CD: line too long (yaml:LineLengthCheck )

Heyy!
I have a problem with this rule “yaml:LineLengthCheck " .
It’s not applied conviently. It raised an error on line 45 of yml file " line too long (83 > 80 characters) (line-length)” while line 37 has 108 characters. When I changed the length of line 45 to less than 80, the error didn’t raise again even though line 37 is still exceeding 80 characters.
Thanks in advance for your help :slight_smile:

Hey there.

This rule is coming from the community-supported GitHub - sbaudoin/sonar-yaml: SonarQube plugin to analyze YAML files which runs GitHub - sbaudoin/yamllint: YAML Linter written in Java under the hood. I suggest reaching out to the maintainers about this issue. It will probably help them a lot if you include specific code samples!

Thanks!