mirror of
https://github.com/inspec/inspec
synced 2025-02-21 16:38:42 +00:00
Merge pull request #6132 from inspec/vasundhara/fix_lint_error_after_resource_id_merge
Fixed Lint/DuplicateMethods: Method Inspec::Resources::Service#resource_id is defined at both
This commit is contained in:
commit
1ab70578dc
1 changed files with 0 additions and 4 deletions
|
@ -305,10 +305,6 @@ module Inspec::Resources
|
||||||
"Service #{@service_name}"
|
"Service #{@service_name}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def resource_id
|
|
||||||
@service_name
|
|
||||||
end
|
|
||||||
|
|
||||||
private :info
|
private :info
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue