Module: Gnurr::CLI

Includes:
Helper
Included in:
Linter
Defined in:
lib/gnurr/cli.rb

Overview

For outputting stuff using the command-line tool

Instance Method Summary collapse

Methods included from Helper

#array_to_ranges, #escaped_filename, #left_bump, #log_error, #severity_color

Instance Method Details



10
11
12
13
14
15
16
17
# File 'lib/gnurr/cli.rb', line 10

def print_messages
  format_start
  format_messages || format_all_clear
  format_finish
  format_errors
  puts
  messages
end