Skip to content

Commit

Permalink
update cpplint job
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Oct 16, 2024
1 parent 52fb5fd commit abf04ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run cpplint
run: cpplint --counting=detailed --exclude=*.c --recursive examples benchmarks src tests
run: cpplint --counting=detailed ---extensions=cpp,cxx,h,hpp,hxx *.cpp *.h --recursive examples benchmarks src tests

clang-tidy:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit abf04ed

Please sign in to comment.