Skip to content

Commit

Permalink
ignore sonar for two components
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Apr 3, 2024
1 parent c45a6fe commit ab31f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Disable specific file since it would introduce more complexity to reduce it - mainly code complexity and complex template literals
sonar.exclusions=apps/studio/public/js/monaco/**,apps/studio/src/tailwind.css,apps/studio/src/components/SplitPane/**
# Disable duplicate code in tests since it would introduce more complexity to reduce it.
sonar.cpd.exclusions=apps/studio/**
sonar.cpd.exclusions=apps/studio/**,apps/studio-next/src/components/Navigationv3.tsx,apps/studio-next/src/components/Navigation.tsx

0 comments on commit ab31f98

Please sign in to comment.