From 7e2fa84daf4e7b4f548a1c52c6d5ef6194de23f5 Mon Sep 17 00:00:00 2001 From: Shawn A <807787+tablatronix@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:39:33 -0600 Subject: [PATCH] Update cpp_lint.yml remove line length --- .github/workflows/cpp_lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cpp_lint.yml b/.github/workflows/cpp_lint.yml index 36814cfe3..b2e7ff086 100644 --- a/.github/workflows/cpp_lint.yml +++ b/.github/workflows/cpp_lint.yml @@ -27,4 +27,5 @@ jobs: ,-whitespace/newline\ ,-whitespace/operators\ ,-whitespace/parens\ + ,-whitespace/line_length\ "