Skip to content

Commit

Permalink
Merge pull request #14 from basics/feature/sonarcloud-config
Browse files Browse the repository at this point in the history
fix(sonarcloud+action): added new rules
  • Loading branch information
StephanGerbeth authored Sep 15, 2024
2 parents 2c2d78a + 49f6534 commit 3973944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- beta
pull_request:
types:
- opened
- reopened
branches:
- 'beta'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sonar.projectKey=basics_rxjs-collection
sonar.organization=basics

sonar.cpd.exclusions=packages/**/*.test.js

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=rxjs-collection
#sonar.projectVersion=1.0
Expand Down

0 comments on commit 3973944

Please sign in to comment.