Browse Source

chore: Attempt to fix sonarcloud paths 3

Michael Bromley 1 year ago
parent
commit
2b2a09c791
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .sonarcloud.properties

+ 1 - 1
.sonarcloud.properties

@@ -1,3 +1,3 @@
-sonar.exclusions=**/dev-server,**/generated-types.ts,**/generated-e2e-asset-server-plugin-types.ts,**/generated-shop-types.ts,**/generated-e2e-admin-types.ts,**/generated-e2e-shop-types.ts,**/generated-graphql-admin-errors.ts,**/generated-graphql-shop-errors.ts,**/generated-e2e-elasticsearch-plugin-types.ts
+# sonar.exclusions=**/dev-server,**/generated-types.ts,**/generated-e2e-asset-server-plugin-types.ts,**/generated-shop-types.ts,**/generated-e2e-admin-types.ts,**/generated-e2e-shop-types.ts,**/generated-graphql-admin-errors.ts,**/generated-graphql-shop-errors.ts,**/generated-e2e-elasticsearch-plugin-types.ts
 sonar.tests=packages
 sonar.tests.inclusions=**/*.spec.ts,**/*.e2e-spec.ts