From 1ef82fb66436fcdd5100b4896ea54337a74a189f Mon Sep 17 00:00:00 2001 From: Fernando Cladera Date: Tue, 12 Mar 2024 12:52:20 -0400 Subject: [PATCH] Fix CI coding style --- .github/workflows/cpplint.yml | 2 +- .../include/kr_mav_controllers/so3_control_tester.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 3ffbc9f2..8760aa88 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -11,7 +11,7 @@ jobs: github_token: ${{ secrets.github_token }} reporter: github-pr-review flags: --linelength=120 # Optional - filter: "-whitespace/braces \" + filter: "-whitespace/braces\" ,-whitespace/parens" #"-readability/braces\ # ,-whitespace/braces\ diff --git a/kr_mav_controllers/include/kr_mav_controllers/so3_control_tester.hpp b/kr_mav_controllers/include/kr_mav_controllers/so3_control_tester.hpp index 83b52e3f..cdb777bf 100644 --- a/kr_mav_controllers/include/kr_mav_controllers/so3_control_tester.hpp +++ b/kr_mav_controllers/include/kr_mav_controllers/so3_control_tester.hpp @@ -1,3 +1,4 @@ +#include #include #include #include