Skip to content

refactoring - move code to internal/ path #123

refactoring - move code to internal/ path

refactoring - move code to internal/ path #123

Triggered via pull request March 21, 2024 15:09
Status Failure
Total duration 3m 35s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/pkg/output/azureeventhub/azure_event_hub.go#L13
import 'github.com/elastic/stream/internal/pkg/output' is not allowed from list 'Main' (depguard)
lint: internal/pkg/output/tcp/tcp.go#L12
import 'github.com/elastic/stream/internal/pkg/output' is not allowed from list 'Main' (depguard)
lint: internal/pkg/output/tls/tls.go#L13
import 'github.com/elastic/stream/internal/pkg/output' is not allowed from list 'Main' (depguard)
lint: internal/command/httpserver.go#L11
import 'github.com/elastic/stream/internal/pkg/httpserver' is not allowed from list 'Main' (depguard)
lint: internal/command/log.go#L14
import 'github.com/elastic/stream/internal/pkg/cmdutil' is not allowed from list 'Main' (depguard)
lint: internal/command/pcap.go#L13
import 'github.com/elastic/stream/internal/pkg/cmdutil' is not allowed from list 'Main' (depguard)
lint: internal/command/root.go#L24
import 'github.com/elastic/stream/internal/pkg/httpserver' is not allowed from list 'Main' (depguard)
lint: internal/command/root.go#L25
import 'github.com/elastic/stream/internal/pkg/log' is not allowed from list 'Main' (depguard)
lint: internal/command/root.go#L29
import 'github.com/elastic/stream/internal/pkg/output/azureblobstorage' is not allowed from list 'Main' (depguard)
lint: internal/command/root.go#L30
import 'github.com/elastic/stream/internal/pkg/output/azureeventhub' is not allowed from list 'Main' (depguard)
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/