Skip to content

Commit

Permalink
excluded constants from duplicated lines in sonar properties
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopkarnik committed Feb 3, 2025
1 parent 8e24cef commit d69c1a0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sonar.javascript.lcov.reportPaths=coverage/lcov.info
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

sonar.cpd.exclusions=apps/lib/constats/**/*.tsx
sonar.cpd.exclusions=apps/lib/constants/**/*.ts

0 comments on commit d69c1a0

Please sign in to comment.