disabling bundler-audit since we aren't locked
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user