Skip to content

Commit

Permalink
chore: update sonar exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmoraes committed Aug 23, 2023
1 parent 51445e4 commit 5251597
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,30 @@ on:
tags-ignore:
- "*"
paths:
- .dockerignore
- .github/workflows/integration.yml
- .golangci.yaml
- .goreleaser.yaml
- '**.go'
- container-structure-test.yaml
- Dockerfile
- .dockerignore
- go.mod
- go.sum
- '**.go'
- sonar-project.properties
pull_request:
branches:
- master
paths:
- .dockerignore
- .github/workflows/integration.yml
- .golangci.yaml
- .goreleaser.yaml
- '**.go'
- container-structure-test.yaml
- Dockerfile
- .dockerignore
- go.mod
- go.sum
- '**.go'
- sonar-project.properties

env:
GOLANG_VERSION: "1.20"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar.projectKey=wwmoraes_anilistarr
sonar.sourceEncoding=UTF-8

sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**
sonar.exclusions=**/vendor/**,**/*_test.go,cmd/**/*,internal/test/**/*,internal/telemetry/**/*
sonar.tests=.
sonar.language=go

Expand Down

0 comments on commit 5251597

Please sign in to comment.