Skip to content

Commit

Permalink
fix: add chart folder path and ignore errcheck for fmt.Fprintf
Browse files Browse the repository at this point in the history
Signed-off-by: Emin Aktas <[email protected]>
  • Loading branch information
eminaktas committed Jun 27, 2024
1 parent 5d60e63 commit e429f08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
charts_dir: chart
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ linters:
- unconvert
- unparam
- unused

linters-settings:
errcheck:
exclude-functions:
- fmt.Fprintf

0 comments on commit e429f08

Please sign in to comment.