Skip to content

Commit

Permalink
CI: remove cpplint
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Dec 27, 2024
1 parent 68b684f commit 9f4cffb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,3 @@ jobs:
- name: Run unit tests with valgrind
working-directory: build
run: valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 ./unit_tests

linter:
name: linter
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install cpplint
run: pip install cpplint

- name: Run cpplint
run: cpplint --linelength=140 --filter=-whitespace/indent,-whitespace/parens,-build/include_subdir,-runtime/references,-readability/casting src/* include/*

0 comments on commit 9f4cffb

Please sign in to comment.