mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add sonar file. (#1800)
This commit is contained in:
parent
75c7bcb9dd
commit
4005f0b6ef
1 changed files with 6 additions and 0 deletions
6
sonar-project.properties
Normal file
6
sonar-project.properties
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
sonar.sources=src/ptvsd,debugger_protocol
|
||||
sonar.exclusions=src/ptvsd/_vendored/**/*,pytests/**/*
|
||||
sonar.cfamily.build-wrapper-output.bypass=true
|
||||
sonar.c.file.suffixes=-
|
||||
sonar.cpp.file.suffixes=-
|
||||
sonar.objc.file.suffixes=-
|
||||
Loading…
Add table
Add a link
Reference in a new issue