Removes Rubocop disable rule (not needed anymore)

Signed-off-by: David Alexander <opensource@thelonelyghost.com>
This commit is contained in:
David Alexander 2018-09-20 10:19:12 -04:00 committed by Jerry Aldrich
parent 7c29bd81a1
commit abd234dca6

View file

@ -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