mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 21:09:41 +08:00
fix(ci): enable clang-tidy misc-header-include-cycle
Signed-off-by: kuralme <kuralme@protonmail.com>
This commit is contained in:
@@ -154,7 +154,6 @@ Checks: '*,
|
||||
-cppcoreguidelines-use-default-member-init,
|
||||
-hicpp-multiway-paths-covered,
|
||||
-hicpp-named-parameter,
|
||||
-misc-header-include-cycle,
|
||||
-misc-no-recursion,
|
||||
-performance-no-int-to-ptr,
|
||||
-readability-avoid-return-with-void-value,
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
* Controller library code
|
||||
*/
|
||||
|
||||
#include "Block.hpp"
|
||||
#include "BlockParam.hpp"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Block.hpp"
|
||||
|
||||
#include <containers/List.hpp>
|
||||
#include <px4_platform_common/defines.h>
|
||||
#include <parameters/param.h>
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
#pragma once
|
||||
|
||||
// include all required headers
|
||||
#include "FlightModeManager.hpp"
|
||||
@# loop through all requested tasks
|
||||
@[if tasks]@
|
||||
@[for task in tasks]@
|
||||
|
||||
Reference in New Issue
Block a user