Skip to content

Commit

Permalink
added release notes and updated golangci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Jun 17, 2024
1 parent cfd5e87 commit 57234ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ linters-settings:
template-path: ./hack/boilerplate.go.txt
dupl:
threshold: 200
govet:
check-shadowing: false
lll:
line-length: 300
misspell:
Expand Down Expand Up @@ -119,9 +117,5 @@ issues:
text: 'SA1019: data.ValueMap is deprecated: ValueMap is deprecated and is intended to be removed in the future, use the `value` field instead.'
- path: pkg/provider/fake/fake_test.go
text: 'SA1019: data.ValueMap is deprecated: ValueMap is deprecated and is intended to be removed in the future, use the `value` field instead.'

# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
max-per-linter: 0

# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
max-same-issues: 0
3 changes: 3 additions & 0 deletions docs/release_notes/v0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release v0.1.1

Updated the helm chart with https related settings.

0 comments on commit 57234ac

Please sign in to comment.