Closed dennybaa closed 1 month ago
When comments are present in YAML pint prepares reporter somehow
The error was because pint tried to create a comment on a unmodified line, which GH API doesn't allow. When you removed some lines the line on which problem is reported became modified and so the problem dissappeared.
This should be fixed with #1123
@prymitive Great thank you very much! Could you please share if there are some plans to allow a more relaxed checking (or configurable) so that VictoriaMetrics groups could be scanned?
@prymitive I don't fully get how. It's not on the rule level, these are group keys which are strictly fixed. See above groups[].labels or groups[].concurency
. Thank you very much I'll try :+1:
When comments are present in YAML pint prepares reporter somehow:
This this fails:
removing comments solves the comment issue. Also could we have ignoring keys configurable such as
groups[].labels
orgroups[].concurency
?