mirror of
https://github.com/inspec/inspec
synced 2025-01-30 13:53:27 +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}"
|
||||
end
|
||||
|
||||
def resource_id
|
||||
@service_name
|
||||
end
|
||||
|
||||
private :info
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue