Skip to content

Commit befd26c

Browse files
committed
check_src_filters is relative to src_dir, therefore fixed some paths
1 parent 3027243 commit befd26c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ lib_ignore =
251251
check_tool = cppcheck, clangtidy
252252
check_severity = high, medium
253253
check_src_filters =
254-
+<include/>
255-
+<src/>
256-
+<lib/>
257-
-<lib/libwebp/>
254+
+<../include/>
255+
+<./>
256+
+<../lib/>
257+
-<../lib/libwebp/>
258258
check_flags =
259259
cppcheck: --std=c++11 --inline-suppr --suppress=noExplicitConstructor --suppress=unreadVariable --suppress=unusedFunction --suppress=*:*/libdeps/* -D CONFIG_LED_MATRIX_WIDTH=32 -D CONFIG_LED_MATRIX_HEIGHT=8
260260
clangtidy: --header-filter='' --checks=-*,clang-analyzer-*,performance-*,portability-*,readability-uppercase-literal-suffix,readability-redundant-control-flow --warnings-as-errors=-*,clang-analyzer-*,performance-*,portability-*,readability-uppercase-literal-suffix,readability-redundant-control-flow

0 commit comments

Comments
 (0)