mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +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
|
||||
|
||||
# I cannot think of a way to shorten this method
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
def iis_app_pool
|
||||
return @cache unless @cache.nil?
|
||||
|
||||
|
@ -123,5 +121,4 @@ class IisAppPool < Inspec.resource(1)
|
|||
username: process_model['userName'],
|
||||
}
|
||||
end
|
||||
# rubocop:enable Metrics/AbcSize
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue