Skip to content

Commit

Permalink
sonar properties added
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshpshell committed Oct 25, 2024
1 parent 0d6d745 commit 4aac28b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on:
workflow_dispatch:

push:
branches: [ main ]
tags:
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.organization=green-code-initiative
sonar.projectKey=green-code-initiative_ecoCode-linter
#sonar.organization=green-code-initiative
sonar.projectKey=com.shell.ecoCode-javascript
sonar.projectName=ecoCode - JavaScript language
sonar.sources=eslint-plugin/lib/,sonar-plugin/src/main/java/
sonar.tests=eslint-plugin/tests/,sonar-plugin/src/test/java/
Expand Down

0 comments on commit 4aac28b

Please sign in to comment.