no namespace #510
lint.yaml
on: push
check-remove-before-flight
16s
check-cpp
1m 57s
check-iwyu
2m 31s
Annotations
1 error and 10 warnings
check-cpp
Process completed with exit code 1.
|
readability/multiline_comment:
numerics/sin_cos.cpp#L39
Could not find end of multi-line comment
|
readability/multiline_comment:
numerics/sin_cos.cpp#L38
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.
|
whitespace/indent:
numerics/sin_cos.cpp#L39
Weird number of spaces at line-start. Are you using a 2-space indent?
|
whitespace/indent:
numerics/sin_cos.cpp#L40
Weird number of spaces at line-start. Are you using a 2-space indent?
|
whitespace/indent:
numerics/sin_cos.cpp#L41
Weird number of spaces at line-start. Are you using a 2-space indent?
|
readability/multiline_comment:
numerics/sin_cos.cpp#L78
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.
|
whitespace/parens:
numerics/sin_cos.cpp#L146
Extra space before ( in function call
|
whitespace/parens:
numerics/sin_cos.cpp#L157
Extra space before ( in function call
|
whitespace/parens:
numerics/sin_cos.cpp#L181
Extra space before ( in function call
|
whitespace/parens:
numerics/sin_cos.cpp#L196
Extra space before ( in function call
|