mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Fix cpplint job
This commit is contained in:
parent
63d401b070
commit
d0c017ec45
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install-dependencies
|
||||
run: apt-get install python3-pip && pip3 install cpplint
|
||||
run: sudo apt-get install python3-pip && pip3 install cpplint
|
||||
- name: run checks
|
||||
run: find ./src/ -iname *.h -o -iname *.cc | xargs cpplint --filter=-,+build/include_what_you_use,+build/printf_format,+readability/constructors,+readability/namespace,+readability/newline,+readability/utf8,+runtime/casting,+runtime/explicit,+runtime/printf,+whitespace/blank_line,+whitespace/comments,+whitespace/tab
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user