case #507
lint.yaml
on: push
check-remove-before-flight
17s
check-cpp
1m 57s
check-iwyu
2m 24s
Annotations
2 errors and 11 warnings
check-cpp
Process completed with exit code 1.
|
check-iwyu
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
|
Include what you using:
numerics/sin_cos.hpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows:
diff --git a/numerics/sin_cos.hpp b/numerics/sin_cos.hpp
index 4451c15..3a0293a 100644
--- a/numerics/sin_cos.hpp
+++ b/numerics/sin_cos.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "base/macros.hpp"
-
namespace principia {
namespace numerics {
namespace _sin_cos {
|