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:
parent
78c4b98614
commit
c5f7cb0f37
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue