Test rust 2 #325
Annotations
6 warnings and 2 notices
Run linter as package:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
Run linter as package:
src/demo.cpp#L3
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
|
Run linter as package:
src/demo.cpp#L8
use a trailing return type for this function
|
Run linter as package:
src/demo.cpp#L10
statement should be inside braces
|
Run linter as package:
src/demo.cpp#L13
do not call c-style vararg functions
|
Run linter as package:
src/demo.hpp#L11
use a trailing return type for this function
|
Run linter as package:
src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 3,8,10,13,18)
|
Run linter as package:
src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 1,8,11,12,31,34)
|
Loading