Skip to content

Instantly share code, notes, and snippets.

@yorokobi
Created March 4, 2019 20:31
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorokobi/4d866bbcf1dab7eea92e7622cb852dd6 to your computer and use it in GitHub Desktop.
Save yorokobi/4d866bbcf1dab7eea92e7622cb852dd6 to your computer and use it in GitHub Desktop.
Fun severity eval
| eval severity = case(
severity="critical", "┻━┻︵ \(°□°)/ ︵ ┻━┻ ".severity,
severity="high", "(╯°□°)╯ ︵ ┻━┻ ".severity,
severity="medium", "ಠ_ಠ ".severity,
severity="low", "(っ◕‿◕)っ ".severity,
severity="info", "♥‿♥ ".severity,
true(), severity
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment