Skip to content

Merge pull request #186 from gotd/feat/update-schema #329

Merge pull request #186 from gotd/feat/update-schema

Merge pull request #186 from gotd/feat/update-schema #329

Triggered via push October 17, 2023 07:46
Status Failure
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint / run: cmd/getdoc/main.go#L13
import 'github.com/gotd/getdoc' is not allowed from list 'Main' (depguard)
lint / run: cmd/getdoc/main.go#L14
import 'github.com/gotd/getdoc/dl' is not allowed from list 'Main' (depguard)
lint / run: constructor.go#L7
import 'github.com/PuerkitoBio/goquery' is not allowed from list 'Main' (depguard)
lint / run: extract.go#L9
import 'github.com/gotd/getdoc/dl' is not allowed from list 'Main' (depguard)
lint / run: getdoc.go#L8
import 'github.com/PuerkitoBio/goquery' is not allowed from list 'Main' (depguard)
lint / run: getdoc.go#L10
import 'github.com/gotd/getdoc/href' is not allowed from list 'Main' (depguard)
lint / run: index.go#L13
import 'github.com/PuerkitoBio/goquery' is not allowed from list 'Main' (depguard)
lint / run: load.go#L9
import 'github.com/go-faster/errors' is not allowed from list 'Main' (depguard)
lint / run: constructor_test.go#L9
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint / run: extract_test.go#L9
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)