disabling bundler-audit since we aren't locked

This commit is contained in:
Norm MacLennan
2016-05-18 09:29:19 -04:00
parent 4b4179fba9
commit 0f8b19f38b
3 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
--- ---
engines: engines:
bundler-audit: bundler-audit:
enabled: true enabled: false
duplication: duplication:
enabled: true enabled: true
config: config:
@@ -18,3 +18,4 @@ ratings:
exclude_paths: exclude_paths:
- spec/ - spec/
- templates/ - templates/
- doc/

View File

@@ -8,11 +8,9 @@ require 'zanzibar/error'
require 'zanzibar/defaults' require 'zanzibar/defaults'
module Zanzibar module Zanzibar
## ##
# The `zanzibar` binary/thor application main class. # The `zanzibar` binary/thor application main class.
# See http://whatisthor.com/ for information on syntax. # See http://whatisthor.com/ for information on syntax.
class Cli < Thor class Cli < Thor
include Thor::Actions include Thor::Actions

View File

@@ -8,7 +8,6 @@ module Zanzibar
## ##
# Class for performing low-level WSDL actions against Secret Server # Class for performing low-level WSDL actions against Secret Server
class Client class Client
## ##
# Initializes the Savon client class variable with the wdsl document location and optional global variables # Initializes the Savon client class variable with the wdsl document location and optional global variables
# @param globals{}, optional # @param globals{}, optional