Skip to content

Commit

Permalink
Merge develop with feature/exercise_week2 for adding sonar CI
Browse files Browse the repository at this point in the history
add all Sonarcloud file
  • Loading branch information
dohuyduc2002 authored Jun 15, 2024
2 parents c8a7d28 + a3efb23 commit 1ddcdb1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
Expand Down
4 changes: 4 additions & 0 deletions .sonarlint/connectedMode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"sonarCloudOrganization": "dohuyduc2002",
"projectKey": "dohuyduc2002_AIO_2024"
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "dohuyduc2002",
"projectKey": "dohuyduc2002_AIO_2024"
}
}

0 comments on commit 1ddcdb1

Please sign in to comment.