clangtidy corrections part 1
This commit is contained in:
+23
-1
@@ -30,7 +30,11 @@ build_type = debug
|
||||
monitor_filters = esp32_exception_decoder
|
||||
check_tool = clangtidy
|
||||
check_flags =
|
||||
clangtidy: --checks=*,-llvmlibc
|
||||
clangtidy: --checks=-*,cert-*,cppcoreguidelines-*,clang-analyzer-*,google-*,hicpp-*,modernize-*,performance-*,portability-*,readability-*,bugprone-*,misc-*,openmp-*,objc-* --fix
|
||||
check_src_filters =
|
||||
+<src/*>
|
||||
+<lib/*>
|
||||
+<include/*>
|
||||
|
||||
[env:native]
|
||||
platform = native
|
||||
@@ -38,3 +42,21 @@ test_ignore = test_embedded
|
||||
|
||||
[platformio]
|
||||
description = A Rover who should be drive a route by gps.
|
||||
|
||||
|
||||
; Bei Möglichkeit folgendes aus clang tidy entfernen
|
||||
; cppcoreguidelines-owning-memory
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user