From 20e471e9db0e95477343c1acb1d6ad0a7429090c Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Mon, 7 Oct 2024 14:24:48 -0700 Subject: [PATCH] Reverting changes to CPPLINT.cfg --- CPPLINT.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CPPLINT.cfg b/CPPLINT.cfg index a61ed70daf..5d7a43137a 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -20,7 +20,3 @@ filter=-readability/casting # Disable the build/include_subdir check # Because headers are organized in same directory and C code filter=-build/include_subdir - -# Disable the build/include_what_you_use check -# Because C code use instead of for C code -filter=-build/include_what_you_use