Skip to content

Commit

Permalink
Merge pull request #1207 from slaclab/cpp-linter
Browse files Browse the repository at this point in the history
Hot Fix for CI: Removing C++ linter
  • Loading branch information
ruck314 authored Oct 7, 2024
2 parents 266afd6 + 20e471e commit 250d22f
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 250d22f

Please sign in to comment.