Skip to content

Commit

Permalink
chore: fix sonar properties
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Sep 10, 2024
1 parent c614952 commit eefd545
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/core/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ src/**/*.spec.ts,\
src/**/*.spec.tsx,\
output-target/*.spec.ts
sonar.coverage.exclusions=\
src/components/grid/col/col.tsx\
output-target/*.spec.ts,\
src/components/grid/col/col.tsx,\
output-target/*.spec.ts
sonar.cpd.exclusions=\
src/components/textarea/**
sonar.exclusions=\
Expand Down Expand Up @@ -42,8 +42,7 @@ src/global/**,\
src/components.d.ts,\
src/storybook-declarations.d.ts,\
src/typings.d.ts,\
src/index.ts,\
packages/core/src/components/carousel/stories/carousel-item/carousel-item.tsx
src/index.ts

sonar.typescript.tsconfigPath=tsconfig.json
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 comments on commit eefd545

Please sign in to comment.