Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: Joeyyy09 <imt_2021063@iiitm.ac.in>
  • Loading branch information
joeyyy09 committed May 25, 2024
1 parent 52ecfdf commit 2c2b6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ linters-settings:
- pkg: k8s.io/apimachinery/pkg/api/errors
alias: apierrors
staticcheck:
run:
run:
go: "1.22"
stylecheck:
run:
Expand Down Expand Up @@ -183,7 +183,7 @@ linters-settings:
- name: error-strings
disabled: true
- name: max-control-nesting
arguments: [6]
arguments: [6]
issues:
max-same-issues: 0
max-issues-per-linter: 0
Expand Down

0 comments on commit 2c2b6f0

Please sign in to comment.