Skip to content

Commit

Permalink
Exclude package header from check
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Feb 23, 2023
1 parent 1ec2d50 commit a9161ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Cpp-lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v2
- run: pip install cpplint
- run: cpplint --exclude="src/RcppExports.cpp" src/*.cpp
- run: cpplint inst/include/*.h
- run: cpplint --exclude="inst/include/finalsize.h" inst/include/*.h

cppcheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a9161ec

Please sign in to comment.