Skip to content

Commit 47b4163

Browse files
committed
Add some more and skip some more linting
1 parent c51391f commit 47b4163

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ $TASK = 'lint' ]]; then
4141
Bootloader/firmware/src/*.h \
4242
$(find common boardcfg tools -name "*.h" -type f) \
4343
firmware/src/*.h \
44-
tests/{include,lib,sim,system_config,tests}/*.{h,cpp} \
44+
tests/{include,lib,sim,system_config,tests,mocks}/*.{h,cpp} \
4545
2>&1 | tee -a cpplint.log
4646
if [[ $? -ne 0 ]]; then
4747
exit 1;

scripts/verify_cpplint_coverge.py

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
'src/system_config/*',
4242
'tests/src/system_config/*',
4343
'tests/boot_src/system_config/*',
44+
'boardcfg/ethernet_sk2/app_pipeline.h', # Symlink
45+
'boardcfg/number1/app_pipeline.h', # Symlink
46+
'boardcfg/number8/app_pipeline.h', # Symlink
4447
]
4548

4649

0 commit comments

Comments
 (0)