From 420aef7cb94f2386cb623ca93f76602bd0bb0bca Mon Sep 17 00:00:00 2001 From: "Jeremy W. Chalfant" Date: Wed, 23 Dec 2015 13:39:54 -0600 Subject: [PATCH] fix lint complaint --- lib/resources/file.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/resources/file.rb b/lib/resources/file.rb index 750ab2653..d865a2352 100644 --- a/lib/resources/file.rb +++ b/lib/resources/file.rb @@ -4,7 +4,6 @@ # author: Christoph Hartmann # license: All rights reserved - module Inspec::Resources class File < Inspec.resource(1) # rubocop:disable Metrics/ClassLength name 'file'