From c8c9aaff0a693b641daa946fe043ec5e7a5dbb71 Mon Sep 17 00:00:00 2001 From: Stefan Schneider Date: Sun, 23 Oct 2022 16:04:23 +0200 Subject: [PATCH 1/6] fix(sonar-lint): :bug: fixed doctype and missing html tags --- .vscode/settings.json | 6 +++++- examples/cm6-graphql-parcel/src/index.html | 1 + examples/graphiql-cdn/index.html | 3 ++- examples/graphiql-parcel/src/index.html | 1 + packages/graphiql-plugin-explorer/examples/index.html | 3 ++- packages/graphiql/resources/index.html.ejs | 3 ++- 6 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ad94bc76410..e2d482b4c4b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,7 @@ { - "npm.packageManager": "yarn" + "sonarlint.connectedMode.project": { + "connectionId": "GraphiQL", + "projectKey": "hinogi_graphiql" + }, + "conventionalCommits.scopes": ["sonar-lint"] } diff --git a/examples/cm6-graphql-parcel/src/index.html b/examples/cm6-graphql-parcel/src/index.html index e75f67f4c7f..88d020ac1f2 100644 --- a/examples/cm6-graphql-parcel/src/index.html +++ b/examples/cm6-graphql-parcel/src/index.html @@ -1,3 +1,4 @@ +