Skip to content

Commit

Permalink
Merge pull request #1242 from jklaw90/fix-lint-config
Browse files Browse the repository at this point in the history
fix: golangci config
  • Loading branch information
k8s-ci-robot authored Sep 13, 2023
2 parents e8427d0 + a592cbc commit c602d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
deadline: 2m
timeout: 2m

linters:
disable-all: true
Expand All @@ -15,4 +15,4 @@ linters-settings:
gofumpt:
extra-rules: true
goimports:
local-prefixes: sigs.k8s.io/descheduler
local-prefixes: sigs.k8s.io/descheduler

0 comments on commit c602d12

Please sign in to comment.