Skip to content

Commit

Permalink
chore: sonar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDmz committed Dec 5, 2023
1 parent 4e87f82 commit cfa89e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonor",
"version": "0.5.20",
"version": "0.5.21",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down
6 changes: 6 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Sonar keys
sonar.projectKey=InseeFr_Sonor
sonar.organization=inseefr

# exclude tests files for code duplication evaluation
sonar.exclusions=src/tests/**/*,src/components/**/__snapshots__/*

0 comments on commit cfa89e1

Please sign in to comment.