lint #414
lint.yaml
on: push
check-remove-before-flight
17s
check-cpp
1m 51s
check-iwyu
2m 54s
Annotations
1 error and 4 warnings
check-iwyu
Process completed with exit code 1.
|
check-remove-before-flight
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check-cpp
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check-iwyu
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Include what you using:
ksp_plugin_test/plugin_compatibility_test.cpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows:
diff --git a/ksp_plugin_test/plugin_compatibility_test.cpp b/ksp_plugin_test/plugin_compatibility_test.cpp
index 272ed63..32c7138 100644
--- a/ksp_plugin_test/plugin_compatibility_test.cpp
+++ b/ksp_plugin_test/plugin_compatibility_test.cpp
@@ -20,6 +20,7 @@
#include "ksp_plugin/frames.hpp"
#include "ksp_plugin/interface.hpp" // 🧙 For interface functions.
#include "ksp_plugin_test/plugin_io.hpp"
+#include "numerics/fma.hpp"
#include "physics/apsides.hpp"
#include "physics/discrete_trajectory.hpp"
#include "quantities/named_quantities.hpp"
|