Add action "clang-format lint" #4
Annotations
10 errors
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.cpp#L33
[G1186][googlecpp-g1186]: Non-optional input parameters should usually be values or const references
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.cpp#L33
[G1189][googlecpp-g1189]: If a function exceeds about 40 lines, think about whether it can be broken up without harming the structure of the program
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.cpp#L83
[G1149][googlecpp-g1149]: If a source or header file refers to a symbol defined elsewhere, the file should directly include a header file which properly intends to provide a declaration or definition of that symbol
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.h#L56
[G1186][googlecpp-g1186]: Non-optional input parameters should usually be values or const references
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.h#L58
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.h#L59
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.h#L60
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.h#L61
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
|
Perform Google C++ Style Analysis:
PAC/common/prj_mngr.h#L63
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
|
Perform Google C++ Style Analysis:
PAC_control_projects/main_control_prg/main_control_dll_vc/main_control_dll_vc.cpp#L28
[G1186][googlecpp-g1186]: Non-optional input parameters should usually be values or const references
|
Loading