Skip to content

Commit

Permalink
Merge pull request #35 from henrybear327/fix/golangci-link-config
Browse files Browse the repository at this point in the history
Move exclude-files to issues section
  • Loading branch information
jmhbnz authored Apr 4, 2024
2 parents 68ca465 + 6b7c2d3 commit 873f8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/.golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
run:
timeout: 30m
issues.exclude-files: [^zz_generated.*]
issues:
max-same-issues: 0
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
# exclude ineffassing linter for generated files for conversion
- path: conversion\.go
linters: [ineffassign]
exclude-files:
- ^zz_generated.*
linters:
disable-all: true
enable: # please keep this alphabetized
Expand Down

0 comments on commit 873f8ef

Please sign in to comment.