pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
296 B
16 lines
296 B
|
|
# Path to sources
|
|
sonar.sources=steam, recipes
|
|
sonar.exclusions=steam/protobufs/*.py
|
|
#sonar.inclusions=
|
|
|
|
# Path to tests
|
|
sonar.tests=tests
|
|
#sonar.test.exclusions=
|
|
#sonar.test.inclusions=
|
|
|
|
# Source encoding
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
# Exclusions for copy-paste detection
|
|
#sonar.cpd.exclusions=
|
|
|