Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AwsECSClusterDuplicateNameDetector #128

Merged
merged 1 commit into from
Jul 23, 2017

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Jul 22, 2017

This detector detects duplicate ECS cluster name (cluster name must be unique).

awsClient := c.NewAwsClient()
ctrl := gomock.NewController(t)
defer ctrl.Finish()
ecsmock := mock.NewMockECSAPI(ctrl)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[gometalinter]

  • [staticcheck] NewMockECSAPI not declared by package mock
  • [gosimple] NewMockECSAPI not declared by package mock
  • [varcheck] unused variable or constant NewMockECSAPI not declared by package mock

@wata727 wata727 force-pushed the aws_ecs_cluster_duplicate_name branch from b57eb9e to 92716f3 Compare July 22, 2017 18:00
@wata727 wata727 merged commit 0a8cde6 into master Jul 23, 2017
@wata727 wata727 deleted the aws_ecs_cluster_duplicate_name branch July 23, 2017 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant