CPP: make more alert messages follow the style-guide

This commit is contained in:
erik-krogh
2022-09-21 13:24:58 +02:00
parent 342c8764ce
commit a30c38f38c
90 changed files with 112 additions and 107 deletions

View File

@@ -38,5 +38,5 @@ where
sc = switch.getASwitchCase() and
tooLong(sc) and
switchCaseLength(sc, lines)
select switch, "Switch has at least one case that is too long: $@", sc,
select switch, "Switch has at least one case that is too long: $@.", sc,
sc.getExpr().toString() + " (" + lines.toString() + " lines)"