1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

Revert linter config

This commit is contained in:
Sergey 2022-12-12 12:40:26 +05:00
parent 78c4b98614
commit c5f7cb0f37
No known key found for this signature in database
GPG key ID: 2B848483FF11C82C

View file

@ -32,14 +32,6 @@ linters-settings:
statements: 100
lll:
line-length: 120
revive:
rules:
- name: var-naming
severity: warning
disabled: false
arguments:
- [ "ID" ] # AllowList
- [ ] # DenyList
linters:
disable-all: true
@ -57,14 +49,12 @@ linters:
- nestif
- prealloc
- revive
# - wsl
- unused
- errcheck
- funlen
- gosimple
- govet
- typecheck
# - stylecheck
- unconvert
max-issues-per-linter: 0