diff --git a/.codeclimate.yml b/.codeclimate.yml index 8d96aa0..fc5f727 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,7 @@ --- engines: bundler-audit: - enabled: true + enabled: false duplication: enabled: true config: @@ -16,5 +16,6 @@ ratings: - Gemfile.lock - "**.rb" exclude_paths: -- spec/ -- templates/ + - spec/ + - templates/ + - doc/ diff --git a/lib/zanzibar/cli.rb b/lib/zanzibar/cli.rb index 16d1fcf..fa6d547 100644 --- a/lib/zanzibar/cli.rb +++ b/lib/zanzibar/cli.rb @@ -8,11 +8,9 @@ require 'zanzibar/error' require 'zanzibar/defaults' module Zanzibar - ## # The `zanzibar` binary/thor application main class. # See http://whatisthor.com/ for information on syntax. - class Cli < Thor include Thor::Actions diff --git a/lib/zanzibar/client.rb b/lib/zanzibar/client.rb index 044b7fb..349db78 100644 --- a/lib/zanzibar/client.rb +++ b/lib/zanzibar/client.rb @@ -8,7 +8,6 @@ module Zanzibar ## # Class for performing low-level WSDL actions against Secret Server class Client - ## # Initializes the Savon client class variable with the wdsl document location and optional global variables # @param globals{}, optional