fix: move autoConfigure to its own file and allow any object to be pa… #179
Annotations
19 errors and 4 warnings
vet:
internal/sync/controller.go#L6
"slices" imported and not used
|
vet
cannot use ... in call to non-variadic NewController
|
vet
Process completed with exit code 1.
|
test:
internal/sync/controller.go#L6
"slices" imported and not used
|
test
Process completed with exit code 1.
|
STATICCHECK:
internal/sync/controller.go#L6
"slices" imported and not used (compile)
|
STATICCHECK:
internal/sync/controller_test.go#L37
cannot use ... in call to non-variadic NewController
|
STATICCHECK:
internal/sync/controller.go#L6
"slices" imported and not used (compile)
|
STATICCHECK
Process completed with exit code 1.
|
GolangCI:
internal/adapter/sink_adapter.go#L15
could not import github.com/inovex/CalendarSync/internal/sync (-: # github.com/inovex/CalendarSync/internal/sync
|
GolangCI:
internal/sync/controller.go#L6
"slices" imported and not used) (typecheck)
|
GolangCI:
cmd/calendarsync/main.go#L16
could not import github.com/inovex/CalendarSync/internal/sync (-: # github.com/inovex/CalendarSync/internal/sync
|
GolangCI:
internal/sync/controller.go#L6
"slices" imported and not used) (typecheck)
|
GolangCI:
internal/config/config_test.go#L10
could not import github.com/inovex/CalendarSync/internal/sync (-: # github.com/inovex/CalendarSync/internal/sync
|
GolangCI:
internal/sync/controller.go#L6
"slices" imported and not used) (typecheck)
|
GolangCI:
internal/config/config_test.go#L11
"github.com/inovex/CalendarSync/internal/transformation" imported and not used (typecheck)
|
GolangCI:
internal/sync/controller.go#L1
: # github.com/inovex/CalendarSync/internal/sync [github.com/inovex/CalendarSync/internal/sync.test]
|
GolangCI:
internal/sync/controller_test.go#L37
cannot use ... in call to non-variadic NewController
|
GolangCI:
internal/sync/controller.go#L6
"slices" imported and not used (typecheck)
|
vet
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|
STATICCHECK
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|
GolangCI
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|