New Issue: [Feature Request]: chplcheck: comments to silence a warning per-file

24858, "DanilaFe", "[Feature Request]: chplcheck: comments to silence a warning per-file", "2024-04-15T19:31:09Z"

I've seen this before. If a particular file is making use of a style that tends to cause a lot of unwanted warnings from chplcheck, the user should be able to ignore this using a comment:

// chplcheck-ignore: UnusedLoopIndex