1
0
Fork 0
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:
Anastasia Shemyakinskaya 2022-12-12 20:28:06 +03:00 committed by GitHub
parent 09ad2a550a
commit 1510ae7d10
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 1995 additions and 1596 deletions

View file

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