Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Flaw::Formatters::Pretty
Constants
SEV_COLOR = {
Severity::Info
=> :cyan,
Severity::Low
=> :blue,
Severity::Medium
=> :yellow,
Severity::High
=> :magenta,
Severity::Critical
=> :red}
Class methods
render
(findings :
Array
(
Finding
), io :
IO
=
STDOUT
) :
Nil
Source