Skip to content

Commit

Permalink
ci/linter exclude file with false positive (#165)
Browse files Browse the repository at this point in the history
- False positive cpplint/cpplint#131
- No way to do line-specific filter cpplint/cpplint#171

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
  • Loading branch information
moriarty committed Jul 31, 2023
1 parent d506c2d commit 97d94d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
distribution: rolling
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
arguments: "--linelength=100 --filter=-whitespace/newline --exclude=kortex_driver/src/kortex_math_util.cpp"
package-name:
kortex_bringup
kortex_driver

0 comments on commit 97d94d0

Please sign in to comment.