diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-12-06 13:45:10 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-12-06 13:45:10 -0800 |
commit | 3b732824b1f9f8a38f988126195188cfb6f24f2a (patch) | |
tree | e007e6c01b1fcaea8bbb232d2d54bcc9acca9316 /lib/chef/exceptions.rb | |
parent | ea302cfa10d61b90961f7642bd8efd30af1d81a5 (diff) | |
download | chef-3b732824b1f9f8a38f988126195188cfb6f24f2a.tar.gz |
added disable to the wrong line
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 2 |
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 |