mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Correct comment reference exit code
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
48e2188047
commit
b89681350e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Inspec
|
|||
|
||||
# What actions may you specify to be taken when a deprecation is encountered?
|
||||
VALID_ACTIONS = [
|
||||
:exit, # Hard exit `inspec`, no stacktrace, exit code specified or DEFAULT_HARD_EXIT_STATUS
|
||||
:exit, # Hard exit `inspec`, no stacktrace, exit code specified or Inspec::UI::EXIT_FATAL_DEPRECATION
|
||||
:fail_control, # Fail the control with a message. If not in a control, do :warn action instead.
|
||||
:ignore, # Do nothing.
|
||||
:warn, # Issue a warning
|
||||
|
|
Loading…
Add table
Reference in a new issue