From 639e46f023b41b2efaa92c5efc540fe03515dd19 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 27 Nov 2019 00:50:33 +0100 Subject: [PATCH] Add TODO --- .github/workflows/ccpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 03c76db29..744fd7c48 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -7,5 +7,6 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 - run: pip install cpplint - - run: cpplint --filter= + # - run: cpplint --filter= # print out all cpplint rules + # TODO: Remove each filter one at a time and fix those failures - run: cpplint --filter=-build,-legal,-readability,-runtime,-whitespace --recursive .