Skip to content

Commit

Permalink
Unify linter config (#272)
Browse files Browse the repository at this point in the history
* Unify linter config

- kyma-project/serverless#1038

* remove revive
  • Loading branch information
halamix2 authored Sep 11, 2024
1 parent cdb6428 commit 774a43f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
run:
modules-download-mode: readonly
timeout: 15m
linters:
disable-all: true
enable:
- errcheck
- copyloopvar
- gofmt
- gosimple
- govet
- ineffassign
- staticcheck
- unparam
- unused
issues:
max-issues-per-linter: 0
max-same-issues: 0

0 comments on commit 774a43f

Please sign in to comment.