Analytics changes with tests. #4863
lint.yml
on: pull_request
lint_warnings_check_and_comment
23s
Annotations
1 warning
|
lint_warnings_check_and_comment
Found 23 lint warnings:
analytics/src/analytics_desktop.cc:22: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:24: Found C++ system header after other header. Should be: analytics_desktop.h, c system, c++ system, other. [build/include_order] [4]
analytics/src/analytics_desktop.cc:25: Found C++ system header after other header. Should be: analytics_desktop.h, c system, c++ system, other. [build/include_order] [4]
analytics/src/analytics_desktop.cc:26: Found C++ system header after other header. Should be: analytics_desktop.h, c system, c++ system, other. [build/include_order] [4]
analytics/src/analytics_desktop.cc:27: Found C++ system header after other header. Should be: analytics_desktop.h, c system, c++ system, other. [build/include_order] [4]
analytics/src/analytics_desktop.cc:51: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:55: Closing ) should be moved to the previous line [whitespace/parens] [2]
analytics/src/analytics_desktop.cc:70: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:72: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:74: Closing ) should be moved to the previous line [whitespace/parens] [2]
analytics/src/analytics_desktop.cc:81: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
analytics/src/analytics_desktop.cc:82: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
analytics/src/analytics_desktop.cc:94: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
analytics/src/analytics_desktop.cc:186: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:199: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:206: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:212: Tab found; better to use spaces [whitespace/tab] [1]
analytics/src/analytics_desktop.cc:213: Tab found; better to use spaces [whitespace/tab] [1]
analytics/src/analytics_desktop.cc:214: Tab found; better to use spaces [whitespace/tab] [1]
analytics/src/analytics_desktop.cc:215: Tab found; better to use spaces [whitespace/tab] [1]
analytics/src/analytics_desktop.cc:222: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:243: At least two spaces is best between code and comments [whitespace/comments] [2]
analytics/src/analytics_desktop.cc:365: At least two spaces is best between code and comments [whitespace/comments] [2]
|