Fix find vpc_endpoint by Name #189
Annotations
3 errors
Lint:
lib/awspec/helper/finder/vpc_endpoints.rb#L7
[rubocop] reported by reviewdog 🐶
[Correctable] Style/RedundantBegin: Redundant begin block detected.
Raw Output:
lib/awspec/helper/finder/vpc_endpoints.rb:7:9: C: [Correctable] Style/RedundantBegin: Redundant begin block detected.
begin
^^^^^
|
Lint:
lib/awspec/helper/finder/vpc_endpoints.rb#L15
[rubocop] reported by reviewdog 🐶
[Correctable] Style/RedundantReturn: Redundant return detected.
Raw Output:
lib/awspec/helper/finder/vpc_endpoints.rb:15:11: C: [Correctable] Style/RedundantReturn: Redundant return detected.
return resource if resource
^^^^^^
|
Lint
Process completed with exit code 1.
|