Clang tidy pr #32
Annotations
3 errors and 10 warnings
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L11
'Primitives/Primitive.h' file not found
|
Run robin88chen/cpp-linter-action@v2:
StdAny/StdAny/MeshPrimitive.cpp#L1
'MeshPrimitive.h' file not found
|
Fail fast?!
Process completed with exit code 1.
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L9
declaration uses identifier '_MESH_PRIMITIVE_H', which is a reserved identifier
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L9
invalid case style for macro definition '_MESH_PRIMITIVE_H'
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L32
invalid case style for member 'DECLARE_EN_RTTI'
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L36
redundant access specifier has the same accessibility as the previous access specifier
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L59
parameter 1 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L85
invalid case style for parameter 'mxWorld'
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L87
invalid case style for parameter 'techniqueName'
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L113
redundant access specifier has the same accessibility as the previous access specifier
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L115
member variable 'm_geometry' has protected visibility
|
Run robin88chen/cpp-linter-action@v2:
MeshPrimitive.h#L116
member variable 'm_renderBuffer' has protected visibility
|
Loading