1
0
Fork 0
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:
Grigory Efimov 2025-02-20 14:09:18 -03:00
parent 05ffb5e6da
commit 8e59a9f41c
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -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