Skip to content

Commit

Permalink
chore: address code duplication (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Sep 27, 2023
1 parent 8803800 commit 3126ac6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
sonar.organization=jolt-org
sonar.projectKey=jolt-org_advanced-alchemy
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.8, 3.9, 3.10, 3.11
sonar.python.version=3.8, 3.9, 3.10, 3.11, 3.12
sonar.sourceEncoding=UTF-8
sonar.sources=advanced_alchemy
sonar.tests=tests
sonar.coverage.exclusions=\
**/__init__.py, \
examples/**/*.py
examples/*.py, \
advanced_alchemy/alembic/templates/sync/env.py, \
tests/integration/conftest.py
sonar.cpd.exclusions=\
advanced_alchemy/repository/_sync.py, \
advanced_alchemy/alembic/templates/sync/env.py, \
examples/**/*.py, \
examples/*.py, \
examples/fastapi.py, \
tests/integration/conftest.py

0 comments on commit 3126ac6

Please sign in to comment.