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
src/chrome_content_renderer_client.cc:113: Include the directory when naming .h files [build/include_subdir] [4]
4
11
src/chrome_content_renderer_client.cc:118: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
5
12
src/chrome_content_renderer_client.cc:127: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
@@ -57,7 +64,6 @@ src/chrome_content_renderer_client.cc:1397: Uncommented text after #endif is no
57
64
src/chrome_content_renderer_client.cc:1406: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
58
65
src/chrome_content_renderer_client.cc:1418: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
59
66
src/chrome_content_renderer_client.cc:5: samples/chromium-sample/src/chrome_content_renderer_client.cc should include its header file samples/chromium-sample/src/chrome_content_renderer_client.h [build/include] [5]
src/chrome_content_renderer_client.h:225: #endif line should be "#endif // SAMPLES_CHROMIUM_SAMPLE_SRC_CHROME_CONTENT_RENDERER_CLIENT_H_" [build/header_guard] [5]
63
69
src/chrome_content_renderer_client.h:26: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
@@ -73,7 +79,6 @@ src/chrome_content_renderer_client.h:209: Uncommented text after #endif is non-
73
79
src/chrome_content_renderer_client.h:215: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
74
80
src/chrome_content_renderer_client.h:218: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
75
81
src/chrome_content_renderer_client.h:222: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
src/io_thread.cc:112: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
78
83
src/io_thread.cc:116: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
79
84
src/io_thread.cc:123: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
@@ -103,14 +108,11 @@ src/io_thread.cc:1155: Uncommented text after #endif is non-standard. Use a co
103
108
src/io_thread.cc:1547: Missing space around colon in range-based for loop [whitespace/forcolon] [2]
104
109
src/io_thread.cc:1749: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
105
110
src/io_thread.cc:5: samples/chromium-sample/src/io_thread.cc should include its header file samples/chromium-sample/src/io_thread.h [build/include] [5]
Copy file name to clipboardExpand all lines: samples/protobuf-sample/simple.def
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
src/*
2
2
1
3
+
5
4
+
Done processing src/descriptor.pb.cc
5
+
Done processing src/descriptor.pb.h
6
+
Done processing src/descriptor_unittest.cc
7
+
Total errors found: 2656
8
+
3
9
src/descriptor.pb.cc:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
4
10
src/descriptor.pb.cc:9: Found C system header after C++ system header. Should be: descriptor.pb.h, c system, c++ system, other. [build/include_order] [4]
5
11
src/descriptor.pb.cc:10: Found C system header after C++ system header. Should be: descriptor.pb.h, c system, c++ system, other. [build/include_order] [4]
@@ -1630,7 +1636,6 @@ src/descriptor.pb.cc:15146: Lines should be <= 80 characters long [whitespace/
1630
1636
src/descriptor.pb.cc:15150: Lines should be <= 80 characters long [whitespace/line_length] [2]
1631
1637
src/descriptor.pb.cc:15155: Lines should be <= 80 characters long [whitespace/line_length] [2]
1632
1638
src/descriptor.pb.cc:5: samples/protobuf-sample/src/descriptor.pb.cc should include its header file samples/protobuf-sample/src/descriptor.pb.h [build/include] [5]
1633
-
Done processing src/descriptor.pb.cc
1634
1639
src/descriptor.pb.h:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
src/descriptor.pb.h:7714: #endif line should be "#endif // SAMPLES_PROTOBUF_SAMPLE_SRC_DESCRIPTOR_PB_H_" [build/header_guard] [5]
@@ -2462,7 +2467,6 @@ src/descriptor.pb.h:7697: Lines should be <= 80 characters long [whitespace/li
2462
2467
src/descriptor.pb.h:7699: Lines should be <= 80 characters long [whitespace/line_length] [2]
2463
2468
src/descriptor.pb.h:7702: Lines should be <= 80 characters long [whitespace/line_length] [2]
2464
2469
src/descriptor.pb.h:7704: Lines should be <= 80 characters long [whitespace/line_length] [2]
2465
-
Done processing src/descriptor.pb.h
2466
2470
src/descriptor_unittest.cc:40: Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
2467
2471
src/descriptor_unittest.cc:43: Found C system header after C++ system header. Should be: descriptor_unittest.h, c system, c++ system, other. [build/include_order] [4]
2468
2472
src/descriptor_unittest.cc:44: Found C system header after C++ system header. Should be: descriptor_unittest.h, c system, c++ system, other. [build/include_order] [4]
@@ -2658,6 +2662,4 @@ src/descriptor_unittest.cc:5125: Closing ) should be moved to the previous line
2658
2662
src/descriptor_unittest.cc:5929: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
2659
2663
src/descriptor_unittest.cc:5968: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
2660
2664
src/descriptor_unittest.cc:6486: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
0 commit comments