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,
|
-cppcoreguidelines-use-default-member-init,
|
||||||
-hicpp-multiway-paths-covered,
|
-hicpp-multiway-paths-covered,
|
||||||
-hicpp-named-parameter,
|
-hicpp-named-parameter,
|
||||||
-misc-header-include-cycle,
|
|
||||||
-misc-no-recursion,
|
-misc-no-recursion,
|
||||||
-performance-no-int-to-ptr,
|
-performance-no-int-to-ptr,
|
||||||
-readability-avoid-return-with-void-value,
|
-readability-avoid-return-with-void-value,
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
* Controller library code
|
* Controller library code
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "Block.hpp"
|
||||||
#include "BlockParam.hpp"
|
#include "BlockParam.hpp"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|||||||
@@ -39,8 +39,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Block.hpp"
|
|
||||||
|
|
||||||
#include <containers/List.hpp>
|
#include <containers/List.hpp>
|
||||||
#include <px4_platform_common/defines.h>
|
#include <px4_platform_common/defines.h>
|
||||||
#include <parameters/param.h>
|
#include <parameters/param.h>
|
||||||
|
|||||||
@@ -42,7 +42,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// include all required headers
|
// include all required headers
|
||||||
#include "FlightModeManager.hpp"
|
|
||||||
@# loop through all requested tasks
|
@# loop through all requested tasks
|
||||||
@[if tasks]@
|
@[if tasks]@
|
||||||
@[for task in tasks]@
|
@[for task in tasks]@
|
||||||
|
|||||||
Reference in New Issue
Block a user