revert style changes temporarily

Signed-off-by: Victoria Jeffrey <vjeffrey@chef.io>
This commit is contained in:
Victoria Jeffrey 2016-11-23 10:57:44 -05:00
parent 1338c39e1c
commit 444d5ea1bc

View file

@ -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