From 40bb69b2e7b8b74066627f6d78e043cbfd37bfe8 Mon Sep 17 00:00:00 2001 From: matyalatte Date: Sat, 19 Oct 2024 07:30:42 +0900 Subject: [PATCH] ignore include order in CI workflow --- CPPLINT.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 0d81b51..0be3774 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -7,9 +7,6 @@ linelength=100 # Allow to include headers without directories filter=-build/include_subdir -# Check include orders -filter=+build/include_alpha - # No need copyrights filter=-legal/copyright