Skip to content

Commit

Permalink
Add config file for SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Nov 18, 2024
1 parent 8932acf commit 79a174a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Path to sources
sonar.sources=.
sonar.exclusions=**/tests/**,**/storybook/**

# Path to tests
sonar.tests=tests/,_dev/tests/

# Exclusions for copy-paste detection
sonar.cpd.exclusions=**/tests/**,**/storybook/stories/**

0 comments on commit 79a174a

Please sign in to comment.