Skip to content

Commit

Permalink
chore(sonar): ignore typescript:S3317 for locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
jack0pan committed Aug 30, 2021
1 parent d4346b4 commit 26526ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ sonar.javascript.exclusions=**/__tests__/data.ts,**/*SVG.tsx
# test coverage
sonar.coverage.exclusions=**/*test*/*,**/demos/*,**/style/*,**/index.*,**/interfaces.*,**/*.stories.*,**/list-pro/*
sonar.javascript.lcov.reportPaths=coverage/lcov.info

# ignore isusse
sonar.issue.ignore.multicriteria=e1
# Default export names and file names should match
sonar.issue.ignore.multicriteria.e1.ruleKey=typescript:S3317
sonar.issue.ignore.multicriteria.e1.resourceKey=**/locales/*.ts

1 comment on commit 26526ff

@vercel
Copy link

@vercel vercel bot commented on 26526ff Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.