Skip to content

Commit

Permalink
ci: move sonarcloud.properties (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzani authored Oct 24, 2023
1 parent 3f0decb commit cbdd067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +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/public/js/monaco/**,apps/studio/src/components/Template/HTMLWrapper.tsx,apps/studio/src/components/Visualiser/Visualiser.tsx,apps/studio/src/components/Navigationv3.tsx,apps/studio/src/components/Navigation.tsx
4 changes: 0 additions & 4 deletions apps/studio/.sonarcloud.properties

This file was deleted.

0 comments on commit cbdd067

Please sign in to comment.