You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/protobuf-sample/simple.def
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1091,6 +1091,7 @@ src/descriptor.pb.cc:9296: Lines should be <= 80 characters long [whitespace/l
1091
1091
src/descriptor.pb.cc:9300: Lines should be <= 80 characters long [whitespace/line_length] [2]
1092
1092
src/descriptor.pb.cc:9304: Lines should be <= 80 characters long [whitespace/line_length] [2]
1093
1093
src/descriptor.pb.cc:9313: Lines should be <= 80 characters long [whitespace/line_length] [2]
1094
+
src/descriptor.pb.cc:9363: If statement had no body and no else clause [whitespace/empty_if_body] [4]
1094
1095
src/descriptor.pb.cc:9378: Lines should be <= 80 characters long [whitespace/line_length] [2]
1095
1096
src/descriptor.pb.cc:9403: Are you taking an address of something dereferenced from a cast? Wrapping the dereferenced expression in parentheses will make the binding more obvious [readability/casting] [4]
1096
1097
src/descriptor.pb.cc:9407: Missing space after , [whitespace/comma] [3]
@@ -1133,6 +1134,7 @@ src/descriptor.pb.cc:9863: Lines should be <= 80 characters long [whitespace/l
1133
1134
src/descriptor.pb.cc:9872: Lines should be <= 80 characters long [whitespace/line_length] [2]
1134
1135
src/descriptor.pb.cc:9887: Missing space before ( in switch( [whitespace/parens] [5]
1135
1136
src/descriptor.pb.cc:9910: Missing space before ( in switch( [whitespace/parens] [5]
1137
+
src/descriptor.pb.cc:9972: If statement had no body and no else clause [whitespace/empty_if_body] [4]
1136
1138
src/descriptor.pb.cc:9987: Lines should be <= 80 characters long [whitespace/line_length] [2]
1137
1139
src/descriptor.pb.cc:10012: Are you taking an address of something dereferenced from a cast? Wrapping the dereferenced expression in parentheses will make the binding more obvious [readability/casting] [4]
1138
1140
src/descriptor.pb.cc:10016: Missing space after , [whitespace/comma] [3]
@@ -1185,6 +1187,7 @@ src/descriptor.pb.cc:10601: Lines should be <= 80 characters long [whitespace/
1185
1187
src/descriptor.pb.cc:10605: Lines should be <= 80 characters long [whitespace/line_length] [2]
1186
1188
src/descriptor.pb.cc:10609: Lines should be <= 80 characters long [whitespace/line_length] [2]
1187
1189
src/descriptor.pb.cc:10618: Lines should be <= 80 characters long [whitespace/line_length] [2]
1190
+
src/descriptor.pb.cc:10664: If statement had no body and no else clause [whitespace/empty_if_body] [4]
1188
1191
src/descriptor.pb.cc:10679: Lines should be <= 80 characters long [whitespace/line_length] [2]
1189
1192
src/descriptor.pb.cc:10704: Are you taking an address of something dereferenced from a cast? Wrapping the dereferenced expression in parentheses will make the binding more obvious [readability/casting] [4]
1190
1193
src/descriptor.pb.cc:10708: Missing space after , [whitespace/comma] [3]
@@ -1307,6 +1310,7 @@ src/descriptor.pb.cc:12488: Lines should be <= 80 characters long [whitespace/
1307
1310
src/descriptor.pb.cc:12498: Lines should be <= 80 characters long [whitespace/line_length] [2]
1308
1311
src/descriptor.pb.cc:12499: Lines should be <= 80 characters long [whitespace/line_length] [2]
1309
1312
src/descriptor.pb.cc:12500: Lines should be <= 80 characters long [whitespace/line_length] [2]
1313
+
src/descriptor.pb.cc:12501: If statement had no body and no else clause [whitespace/empty_if_body] [4]
1310
1314
src/descriptor.pb.cc:12516: Lines should be <= 80 characters long [whitespace/line_length] [2]
1311
1315
src/descriptor.pb.cc:12522: Lines should be <= 80 characters long [whitespace/line_length] [2]
1312
1316
src/descriptor.pb.cc:12540: Are you taking an address of something dereferenced from a cast? Wrapping the dereferenced expression in parentheses will make the binding more obvious [readability/casting] [4]
0 commit comments