Skip to content

Commit

Permalink
ci: add sonarcloud exclusions (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzani authored Oct 24, 2023
1 parent f6372bf commit 3f0decb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/.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=public/js/monaco/**,src/tailwind.css,src/components/SplitPane/**
# Disable duplicate code in tests since it would introduce more complexity to reduce it.
sonar.cpd.exclusions=public/js/monaco/**,src/components/Template/HTMLWrapper.tsx,src/components/Visualiser/Visualiser.tsx
sonar.cpd.exclusions=public/js/monaco/**,src/components/Template/HTMLWrapper.tsx,src/components/Visualiser/Visualiser.tsx,src/components/Navigationv3.tsx

0 comments on commit 3f0decb

Please sign in to comment.