prepare for rust pkg tests #348
Annotations
8 warnings and 2 notices
Run linter as action:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
Run linter as action:
src/demo.cpp#L7
use a trailing return type for this function
|
Run linter as action:
src/demo.cpp#L7
parameter name 'i' is too short, expected at least 3 characters
|
Run linter as action:
src/demo.cpp#L9
use a trailing return type for this function
|
Run linter as action:
src/demo.cpp#L11
statement should be inside braces
|
Run linter as action:
src/demo.cpp#L13
do not call c-style vararg functions
|
Run linter as action:
src/demo.hpp#L10
use a trailing return type for this function
|
Run linter as action:
src/demo.hpp#L12
use nullptr
|
Run linter as action:
src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 2,11)
|
Run linter as action:
src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 1,7,10,14,37,39)
|
Loading