From 4f65b23c36af444a1d9d39a71e6cceaec6f6c5c5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 27 Nov 2019 00:34:26 +0100 Subject: [PATCH] No backslash --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f6a71b6d3..2c0556259 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -8,8 +8,8 @@ jobs: - uses: actions/setup-python@v1 - run: pip install cpplint - run: | - cpplint --filter=-build/include_order,-build/namespaces,-legal/copyright,\ - -readability/casting,-readability/todo,-runtime/arrays,-runtime/explicit,\ + cpplint --filter=-build/include_order,-build/namespaces,-legal/copyright, + -readability/casting,-readability/todo,-runtime/arrays,-runtime/explicit, -runtime/int,-runtime/references,-runtime/threadsafe_fn,-whitespace --recursive . # whitespace/blank_line,-whitespace/braces,-whitespace/comma,-whitespace/comments # whitespace/empty_loop_body,-whitespace/end_of_line,-whitespace/ending_newline