Skip to content

Clang tidy pr

Clang tidy pr #23

Triggered via pull request November 18, 2024 05:52
Status Failure
Total duration 41s
Artifacts

tidy-clang.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
MeshPrimitive.h:11:10 [clang-diagnostic-error]: MeshPrimitive.h#L11
'Primitives/Primitive.h' file not found
run-lint
Process completed with exit code 1.
MeshPrimitive.h:9:9 [bugprone-reserved-identifier]: MeshPrimitive.h#L9
declaration uses identifier '_MESH_PRIMITIVE_H', which is a reserved identifier
MeshPrimitive.h:9:9 [readability-identifier-naming]: MeshPrimitive.h#L9
invalid case style for macro definition '_MESH_PRIMITIVE_H'
MeshPrimitive.h:32:9 [readability-identifier-naming]: MeshPrimitive.h#L32
invalid case style for member 'DECLARE_EN_RTTI'
MeshPrimitive.h:36:5 [readability-redundant-access-specifiers]: MeshPrimitive.h#L36
redundant access specifier has the same accessibility as the previous access specifier
MeshPrimitive.h:59:38 [readability-avoid-const-params-in-decls]: MeshPrimitive.h#L59
parameter 1 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
MeshPrimitive.h:85:67 [readability-identifier-naming]: MeshPrimitive.h#L85
invalid case style for parameter 'mxWorld'
MeshPrimitive.h:87:63 [readability-identifier-naming]: MeshPrimitive.h#L87
invalid case style for parameter 'techniqueName'
MeshPrimitive.h:113:5 [readability-redundant-access-specifiers]: MeshPrimitive.h#L113
redundant access specifier has the same accessibility as the previous access specifier
MeshPrimitive.h:115:37 [misc-non-private-member-variables-in-classes]: MeshPrimitive.h#L115
member variable 'm_geometry' has protected visibility
MeshPrimitive.h:116:33 [misc-non-private-member-variables-in-classes]: MeshPrimitive.h#L116
member variable 'm_renderBuffer' has protected visibility