Skip to content

Commit

Permalink
fix .sonarcloud.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Jul 4, 2024
1 parent 97ddd2c commit 0935dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Disable specific duplicate code since it would introduce more complexity to reduce it.
sonar.cpd.exclusions=src/models/**/*.ts,src/spec-types/*.ts
sonar.exclusions=test/**/*
sonar.cpd.exclusions=packages/parser/src/models/**/*.ts,packages/parser/src/spec-types/*.ts
sonar.exclusions=packages/parser/test/**/*

0 comments on commit 0935dd0

Please sign in to comment.