Class: ERBLint::Reporters::JsonReporter

Inherits:
ERBLint::Reporter show all
Defined in:
lib/erb_lint/reporters/json_reporter.rb

Instance Method Summary collapse

Methods inherited from ERBLint::Reporter

available_format?, available_formats, create_reporter, #initialize

Constructor Details

This class inherits a constructor from ERBLint::Reporter

Instance Method Details

#previewObject



8
# File 'lib/erb_lint/reporters/json_reporter.rb', line 8

def preview; end

#showObject



10
11
12
# File 'lib/erb_lint/reporters/json_reporter.rb', line 10

def show
  puts formatted_data
end