Skip to content

Wiki - Deleted documentation folder as it's moved to the wiki #46

Wiki - Deleted documentation folder as it's moved to the wiki

Wiki - Deleted documentation folder as it's moved to the wiki #46

Triggered via pull request June 27, 2023 16:29
Status Failure
Total duration 2m 34s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
GolangCI-Lint: pkg/faucet/faucet.go#L9
[golangci] reported by reviewdog 🐶 import 'github.com/labstack/echo/v4' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:9:2: import 'github.com/labstack/echo/v4' is not allowed from list 'Main' (depguard) "github.com/labstack/echo/v4" ^
GolangCI-Lint: pkg/faucet/faucet.go#L10
[golangci] reported by reviewdog 🐶 import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:10:2: import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard) "github.com/pkg/errors" ^
GolangCI-Lint: pkg/faucet/faucet.go#L12
[golangci] reported by reviewdog 🐶 import 'github.com/iotaledger/hive.go/core/daemon' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:12:2: import 'github.com/iotaledger/hive.go/core/daemon' is not allowed from list 'Main' (depguard) "github.com/iotaledger/hive.go/core/daemon" ^
GolangCI-Lint: pkg/faucet/faucet.go#L13
[golangci] reported by reviewdog 🐶 import 'github.com/iotaledger/hive.go/core/events' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:13:2: import 'github.com/iotaledger/hive.go/core/events' is not allowed from list 'Main' (depguard) "github.com/iotaledger/hive.go/core/events" ^
GolangCI-Lint: pkg/faucet/faucet.go#L14
[golangci] reported by reviewdog 🐶 import 'github.com/iotaledger/hive.go/core/logger' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:14:2: import 'github.com/iotaledger/hive.go/core/logger' is not allowed from list 'Main' (depguard) "github.com/iotaledger/hive.go/core/logger" ^
GolangCI-Lint: pkg/faucet/faucet.go#L15
[golangci] reported by reviewdog 🐶 import 'github.com/iotaledger/hive.go/core/syncutils' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:15:2: import 'github.com/iotaledger/hive.go/core/syncutils' is not allowed from list 'Main' (depguard) "github.com/iotaledger/hive.go/core/syncutils" ^
GolangCI-Lint: pkg/faucet/faucet.go#L16
[golangci] reported by reviewdog 🐶 import 'github.com/iotaledger/hornet/v2/pkg/common' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:16:2: import 'github.com/iotaledger/hornet/v2/pkg/common' is not allowed from list 'Main' (depguard) "github.com/iotaledger/hornet/v2/pkg/common" ^
GolangCI-Lint: pkg/faucet/faucet.go#L17
[golangci] reported by reviewdog 🐶 import 'github.com/iotaledger/inx-app/pkg/httpserver' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:17:2: import 'github.com/iotaledger/inx-app/pkg/httpserver' is not allowed from list 'Main' (depguard) "github.com/iotaledger/inx-app/pkg/httpserver" ^
GolangCI-Lint: pkg/faucet/faucet.go#L18
[golangci] reported by reviewdog 🐶 import 'github.com/iotaledger/iota.go/v3' is not allowed from list 'Main' (depguard) Raw Output: pkg/faucet/faucet.go:18:2: import 'github.com/iotaledger/iota.go/v3' is not allowed from list 'Main' (depguard) iotago "github.com/iotaledger/iota.go/v3" ^
GolangCI-Lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085