From 3b732824b1f9f8a38f988126195188cfb6f24f2a Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 6 Dec 2016 13:45:10 -0800 Subject: added disable to the wrong line Signed-off-by: Lamont Granquist --- lib/chef/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index 3396dd12e3..fde439cd43 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -159,7 +159,7 @@ class Chef # Thrown when Win32 API layer binds to non-existent Win32 function. Occurs # when older versions of Windows don't support newer Win32 API functions. - class Win32APIFunctionNotImplemented < RuntimeError; end # rubocop:disable Lint/InheritException + class Win32APIFunctionNotImplemented < RuntimeError; end # Attempting to run windows code on a not-windows node class Win32NotWindows < RuntimeError; end class WindowsNotAdmin < RuntimeError; end -- cgit v1.2.1