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

Commit

Permalink
Added gocyclo ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper committed Jan 5, 2018
1 parent 4cc2c2a commit 77654ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions servicefabric.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import (

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

const traefikLabelPrefix = "traefik"

// Provider holds for configuration for the provider
type Provider struct {
provider.BaseProvider `mapstructure:",squash"`
Expand Down
2 changes: 2 additions & 0 deletions servicefabric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func TestServicesPresentInConfig(t *testing.T) {
}
}

// nocyclo
func TestFrontendLabelConfig(t *testing.T) {
testCases := []struct {
desc string
Expand Down Expand Up @@ -369,6 +370,7 @@ func TestFrontendLabelConfig(t *testing.T) {
}
}

// nocyclo
func TestBackendLabelConfig(t *testing.T) {
testCases := []struct {
desc string
Expand Down

0 comments on commit 77654ad

Please sign in to comment.