mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-0000 .golangci.yml removed the commented-out parameters
This commit is contained in:
parent
05ffb5e6da
commit
8e59a9f41c
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
run:
|
||||
#deadline: 15m
|
||||
timeout: 15m
|
||||
# didn't run linter on tests
|
||||
tests: false
|
||||
|
@ -26,8 +25,6 @@ linters-settings:
|
|||
report-no-exported: true
|
||||
goimports:
|
||||
local-prefixes: github.com/anyproto/anytype-heart
|
||||
# govet:
|
||||
# check-shadowing: false
|
||||
funlen:
|
||||
lines: 120
|
||||
statements: 100
|
||||
|
@ -73,8 +70,6 @@ linters:
|
|||
- govet
|
||||
- unconvert
|
||||
- errorlint
|
||||
#max-issues-per-linter: 0
|
||||
#max-same-issues: 0
|
||||
|
||||
severity:
|
||||
default-severity: error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue