Skip to content

Commit

Permalink
Resolve golangci-lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Sep 13, 2024
1 parent 6a5f4e7 commit 9941236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
run:
timeout: 30m
skip-files:
- "^zz_generated.*"
go: "1.22"

issues:
max-same-issues: 0
Expand All @@ -11,6 +10,8 @@ issues:
- path: conversion\.go
linters:
- ineffassign
exclude-files:
- "^zz_generated.*"

linters:
disable-all: true
Expand All @@ -22,7 +23,6 @@ linters:

linters-settings: # please keep this alphabetized
staticcheck:
go: "1.20"
checks: [
"all",
"-ST1000", # Incorrect or missing package comment
Expand Down

0 comments on commit 9941236

Please sign in to comment.