mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Update -strict-style
This commit is contained in:
@@ -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 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 missing trailing commas followed by a newline.");
|
||||||
print_usage_line(2, "Errs on deprecated syntax.");
|
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(0, "");
|
||||||
|
|
||||||
print_usage_line(1, "-ignore-warnings");
|
print_usage_line(1, "-ignore-warnings");
|
||||||
|
|||||||
Reference in New Issue
Block a user