Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit 77654ad

Browse files
Added gocyclo ignore
1 parent 4cc2c2a commit 77654ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servicefabric.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import (
1818

1919
var _ provider.Provider = (*Provider)(nil)
2020

21-
const traefikLabelPrefix = "traefik"
22-
2321
// Provider holds for configuration for the provider
2422
type Provider struct {
2523
provider.BaseProvider `mapstructure:",squash"`

servicefabric_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ func TestServicesPresentInConfig(t *testing.T) {
216216
}
217217
}
218218

219+
// nocyclo
219220
func TestFrontendLabelConfig(t *testing.T) {
220221
testCases := []struct {
221222
desc string
@@ -369,6 +370,7 @@ func TestFrontendLabelConfig(t *testing.T) {
369370
}
370371
}
371372

373+
// nocyclo
372374
func TestBackendLabelConfig(t *testing.T) {
373375
testCases := []struct {
374376
desc string

0 commit comments

Comments
 (0)