From 56aeed2d18b4951e6010891bee98d73f8c7ad154 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 27 Nov 2019 14:36:03 +0100 Subject: [PATCH] Update and rename ccpp.yml to cpplint.yml --- .github/workflows/{ccpp.yml => cpplint.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{ccpp.yml => cpplint.yml} (85%) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/cpplint.yml similarity index 85% rename from .github/workflows/ccpp.yml rename to .github/workflows/cpplint.yml index 744fd7c48..a6999e1f2 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/cpplint.yml @@ -8,5 +8,6 @@ jobs: - uses: actions/setup-python@v1 - run: pip install cpplint # - run: cpplint --filter= # print out all cpplint rules + - run: cpplint --recursive . || true # all issues to be fixed # TODO: Remove each filter one at a time and fix those failures - run: cpplint --filter=-build,-legal,-readability,-runtime,-whitespace --recursive .