Skip to content

Commit

Permalink
[Meta]: Force sonar's C++ version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3154 committed Dec 9, 2023
1 parent c148add commit e0a0b75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ sonar.sources=isobus,examples,hardware_integration,utility
sonar.tests=test

# Exclude some files from the analysis.
sonar.exclusions=**/PCANBasic.h,**/libusb.h,**/InnoMakerUsb2CanLib.h,**/PCBUSB.h,**/canal.h,**/canal_a.h
sonar.exclusions=**/PCANBasic.h,**/libusb.h,**/InnoMakerUsb2CanLib.h,**/PCBUSB.h,**/canal.h,**/canal_a.h

# Force the reported findings to be based on C++11
sonar.cfamily.reportingCppStandardOverride=c++11

0 comments on commit e0a0b75

Please sign in to comment.