Skip to content

Commit

Permalink
chore: make dapp explorer code be ignored by sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski committed Jan 3, 2025
1 parent 732556b commit 08439b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar.projectName=lace
sonar.projectVersion=1.0

sonar.inclusions=apps/**/*,packages/**/*
sonar.exclusions=packages/e2e-tests/**/*,**/test/**/*,**/__tests__/**/*,**/*.stories.tsx,**/*.test.ts,**/*.test.tsx,apps/browser-extension-wallet/src/utils/PaperWallet/template.ts
sonar.exclusions=packages/e2e-tests/**/*,**/test/**/*,**/__tests__/**/*,**/*.stories.tsx,**/*.test.ts,**/*.test.tsx,apps/browser-extension-wallet/src/utils/PaperWallet/template.ts,apps/browser-extension-wallet/src/views/browser-view/features/dapp/explorer/**,apps/browser-extension-wallet/src/views/browser-view/features/dapp/ui/**
sonar.tests.inclusions=apps/**/__tests__/**/*,packages/**/__tests__/**/*,**/*.test.ts,**/*.test.tsx

sonar.sourceEncoding=UTF-8

0 comments on commit 08439b6

Please sign in to comment.