Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 5e520a5

Browse files
atualizacao de sonar
1 parent 44c91e9 commit 5e520a5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/lambda_api/sonar-project.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ sonar.exclusions=bin/**/*, .chalice/**/*, .devops/**/*, docker/**/*, target/**/*
77
# Encoding of the source code. Default is default system encoding
88
# sonar.sourceEncoding=UTF-8
99

10+
# python version
11+
sonar.python.version=3
12+
1013
# Tests
1114
sonar.tests=tests
1215
# sonar.test.exclusions=*.feature

examples/lambda_sqs/sonar-project.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ sonar.exclusions=bin/**/*, .chalice/**/*, .devops/**/*, docker/**/*, target/**/*
77
# Encoding of the source code. Default is default system encoding
88
# sonar.sourceEncoding=UTF-8
99

10+
# python version
11+
sonar.python.version=3
12+
1013
# Tests
1114
sonar.tests=tests
1215
# sonar.test.exclusions=*.feature

0 commit comments

Comments
 (0)