aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-06-29 19:15:33 +0100
committergingerBill <bill@gingerbill.org>2024-06-29 19:15:33 +0100
commit835e8bf87a700c695b30d1efaa224e2207cb61f4 (patch)
treef5a29b64f0a4c3582a53e73c8c4dfb3130121055 /src/main.cpp
parent2187f3e7ff076ea6375b1a09e32908a00e479dc8 (diff)
Update `-strict-style`
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c1ec77ec4..611890a5c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2352,6 +2352,8 @@ gb_internal void print_show_help(String const arg0, String const &command) {
print_usage_line(2, "Errs on unneeded tokens, such as unneeded semicolons.");
print_usage_line(2, "Errs on missing trailing commas followed by a newline.");
print_usage_line(2, "Errs on deprecated syntax.");
+ print_usage_line(2, "Errs when 'case' labels are not in the same column as the associated 'switch' token.");
+ print_usage_line(2, "Errs when the attached-brace style in not adhered to (also known as 1TBS).");
print_usage_line(0, "");
print_usage_line(1, "-ignore-warnings");