mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-476: retrieve link object from notion api (#1636)
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
parent
09ad2a550a
commit
1510ae7d10
32 changed files with 1995 additions and 1596 deletions
|
@ -10,6 +10,11 @@ un:
|
|||
go: '1.18'
|
||||
|
||||
linters-settings:
|
||||
lll:
|
||||
line-length: 150
|
||||
funlen:
|
||||
lines: 100
|
||||
statements: 50
|
||||
errcheck:
|
||||
check-blank: true
|
||||
errchkjson:
|
||||
|
@ -44,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