Skip to content

Commit

Permalink
chore(sonarlint): connect project to SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jun 23, 2023
1 parent 5fc7d50 commit a8f25a8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,14 @@
"prettier.prettierPath": "node_modules/prettier",
"scss.validate": false,
"stylelint.configFile": ".stylelintrc.json",
"stylelint.validate": ["css", "less", "scss", "postcss"]
"stylelint.validate": [
"css",
"less",
"scss",
"postcss"
],
"sonarlint.connectedMode.project": {
"connectionId": "Endava",
"projectKey": "Endava_bee-q"
}
}

0 comments on commit a8f25a8

Please sign in to comment.