mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
revert style changes temporarily
Signed-off-by: Victoria Jeffrey <vjeffrey@chef.io>
This commit is contained in:
parent
1338c39e1c
commit
444d5ea1bc
1 changed files with 6 additions and 7 deletions
|
@ -253,7 +253,7 @@ class InspecRspecCli < InspecRspecJson # rubocop:disable Metrics/ClassLength
|
|||
'critical' => 3,
|
||||
}.freeze
|
||||
|
||||
COLORS = {
|
||||
COLORS = {
|
||||
'critical' => "\033[31;1m",
|
||||
'major' => "\033[31m",
|
||||
'minor' => "\033[33m",
|
||||
|
@ -264,14 +264,13 @@ COLORS = {
|
|||
}.freeze
|
||||
|
||||
INDICATORS = {
|
||||
'critical' => ' × ',
|
||||
'major' => ' ∅ ',
|
||||
'minor' => ' ⊚ ',
|
||||
'failed' => ' × ',
|
||||
'skipped' => ' ↺ ',
|
||||
'critical' => ' ✖ ',
|
||||
'major' => ' ✖ ',
|
||||
'minor' => ' ✖ ',
|
||||
'failed' => ' ✖ ',
|
||||
'skipped' => ' ○ ',
|
||||
'passed' => ' ✔ ',
|
||||
'unknown' => ' ? ',
|
||||
'helpr' => ' ✣ ',
|
||||
'empty' => ' ',
|
||||
'small' => ' ',
|
||||
}.freeze
|
||||
|
|
Loading…
Reference in a new issue