mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Linting
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
f7d58ad92c
commit
08ad60796f
2 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,6 @@ module Inspec
|
|||
Any
|
||||
}.freeze
|
||||
|
||||
|
||||
def initialize(name, options = {})
|
||||
@name = name
|
||||
@opts = options
|
||||
|
|
|
@ -151,7 +151,7 @@ module Inspec
|
|||
|
||||
# determine all inputs before the execution, fetch data from secrets backend
|
||||
def load_inputs(options)
|
||||
# TODO - rename :attributes and :attrs - these are both user-visible
|
||||
# TODO: - rename :attributes and :attrs - these are both user-visible
|
||||
options[:attributes] ||= {}
|
||||
|
||||
secrets_targets = options[:attrs]
|
||||
|
|
Loading…
Add table
Reference in a new issue