From 0f8b19f38b952263009f02544b4d8b629a4a7031 Mon Sep 17 00:00:00 2001 From: Norm MacLennan Date: Wed, 18 May 2016 09:29:19 -0400 Subject: [PATCH] disabling bundler-audit since we aren't locked --- .codeclimate.yml | 7 ++++--- lib/zanzibar/cli.rb | 2 -- lib/zanzibar/client.rb | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) 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