summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-12-06 13:45:10 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-12-06 13:45:10 -0800
commit3b732824b1f9f8a38f988126195188cfb6f24f2a (patch)
treee007e6c01b1fcaea8bbb232d2d54bcc9acca9316
parentea302cfa10d61b90961f7642bd8efd30af1d81a5 (diff)
downloadchef-3b732824b1f9f8a38f988126195188cfb6f24f2a.tar.gz
added disable to the wrong line
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
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