Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed Sep 26, 2023
1 parent 9753dec commit 79d07cd
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,3 @@ run:
linters-settings:
errcheck:
ignore: fmt:.*,Read|Write|Close|Exec,io:Copy
dupl:
threshold: 100
funlen:
lines: 140
statements: 140
goheader:
template: |-
// Copyright 2021-present The Atlas Authors. All rights reserved.
// This source code is licensed under the Apache 2.0 license found
// in the LICENSE file in the root directory of this source tree.
linters:
disable-all: true
enable:
- asciicheck
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
- funlen
- gocritic
# - gofmt; Enable back when upgrading CI to Go 1.20.
- goheader
- gosec
- gosimple
- govet
- ineffassign
- misspell
- staticcheck
- stylecheck
- typecheck
- unconvert
- unused
- whitespace

issues:
exclude-rules:
- path: _test\.go
linters:
- dupl
- funlen
- gosec
- gocritic

0 comments on commit 79d07cd

Please sign in to comment.