Skip to content

Commit

Permalink
Merge branch 'master' into import-from-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzani authored Oct 24, 2023
2 parents 76f2a68 + 3f0decb commit 8783499
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 24 deletions.
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
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"devDependencies": {
"@asyncapi/dotnet-nats-template": "^0.12.1",
"@asyncapi/go-watermill-template": "^0.2.41",
"@asyncapi/go-watermill-template": "^0.2.43",
"@asyncapi/html-template": "^0.28.4",
"@asyncapi/java-spring-cloud-stream-template": "^0.13.4",
"@asyncapi/java-spring-template": "^1.4.0",
Expand Down
Loading

0 comments on commit 8783499

Please sign in to comment.