From 2f8f677bd3ef19332eb766e8a7a8137c25e9d1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mete=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 2 Jan 2025 15:46:31 +0300 Subject: [PATCH 1/2] chore(CODEOWNERS-manual): fix line ending from CRLF to LF (#143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/CODEOWNERS-manual | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS-manual b/.github/CODEOWNERS-manual index f0ffb6b9d3..db2211f777 100644 --- a/.github/CODEOWNERS-manual +++ b/.github/CODEOWNERS-manual @@ -1 +1 @@ -.github/** @autowarefoundation/autoware-core-global-codeowners +.github/** @autowarefoundation/autoware-core-global-codeowners From bd5c2382f467f8338d2be01697aa89a41c58221e Mon Sep 17 00:00:00 2001 From: SakodaShintaro Date: Wed, 8 Jan 2025 13:05:14 +0900 Subject: [PATCH 2/2] ci: add "unusedFunction" to .cppcheck_supressions (#157) Added "unusedFunction" to .cppcheck_supressions Signed-off-by: Shintaro Sakoda --- .cppcheck_suppressions | 1 + 1 file changed, 1 insertion(+) diff --git a/.cppcheck_suppressions b/.cppcheck_suppressions index 33cf69e013..492913fb20 100644 --- a/.cppcheck_suppressions +++ b/.cppcheck_suppressions @@ -2,3 +2,4 @@ missingIncludeSystem unmatchedSuppression +unusedFunction