Skip to content

Add action "clang-format lint" #4

Add action "clang-format lint"

Add action "clang-format lint" #4

Triggered via pull request March 28, 2024 13:24
Status Success
Total duration 7m 2s
Artifacts

googlecpp-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze: PAC/common/prj_mngr.cpp#L33
[G1186][googlecpp-g1186]: Non-optional input parameters should usually be values or const references
Analyze: 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
Analyze: 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
Analyze: PAC/common/prj_mngr.h#L56
[G1186][googlecpp-g1186]: Non-optional input parameters should usually be values or const references
Analyze: PAC/common/prj_mngr.h#L58
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
Analyze: PAC/common/prj_mngr.h#L59
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
Analyze: PAC/common/prj_mngr.h#L60
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
Analyze: PAC/common/prj_mngr.h#L61
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
Analyze: PAC/common/prj_mngr.h#L63
[G1182][googlecpp-g1182]: Make classes' data members private, unless they are constants
Analyze: 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