Skip to content

Commit

Permalink
remove all the linting for now since cpplint is really only for c++ f…
Browse files Browse the repository at this point in the history
…iles

We should find another linter for these pure C files
  • Loading branch information
ruck314 authored Oct 7, 2024
1 parent 97fffc2 commit a8aa068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/surf_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
python -m compileall -f python/ scripts/ tests/
flake8 --count python/ scripts/ tests/
- name: C/C++ Linter
run: |
find . -name '*.h' -o -name '*.cpp' -o -name '*.c' | xargs cpplint
# - name: C/C++ Linter
# run: |
# find . -name '*.h' -o -name '*.cpp' -o -name '*.c' | xargs cpplint

- name: VHDL Regression Testing
run: |
Expand Down

0 comments on commit a8aa068

Please sign in to comment.