mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Removes Rubocop disable rule (not needed anymore)
Signed-off-by: David Alexander <opensource@thelonelyghost.com>
This commit is contained in:
parent
7c29bd81a1
commit
abd234dca6
1 changed files with 0 additions and 3 deletions
|
@ -83,8 +83,6 @@ class IisAppPool < Inspec.resource(1)
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
# I cannot think of a way to shorten this method
|
|
||||||
# rubocop:disable Metrics/AbcSize
|
|
||||||
def iis_app_pool
|
def iis_app_pool
|
||||||
return @cache unless @cache.nil?
|
return @cache unless @cache.nil?
|
||||||
|
|
||||||
|
@ -123,5 +121,4 @@ class IisAppPool < Inspec.resource(1)
|
||||||
username: process_model['userName'],
|
username: process_model['userName'],
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
# rubocop:enable Metrics/AbcSize
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue