Class: Epic::Validator::JSON

Inherits:
JavaScript show all
Defined in:
lib/epic/validator/json.rb

Instance Attribute Summary

Attributes inherited from Base

#errors, #path

Instance Method Summary collapse

Methods inherited from JavaScript

#js_fragment_path, #jslint_path, #jslint_settings_count, #rhino_path, #valid_results?, #validate, #validate_path, #vendor_path

Methods inherited from Base

#initialize

Methods included from Errors

#display_errors, #errors, #valid?

Methods inherited from Base

#base_path, #configuration, configuration, configure, #display_path, #tmp_path

Constructor Details

This class inherits a constructor from Epic::Validator::Base

Instance Method Details

#jslint_settingsObject



8
9
10
# File 'lib/epic/validator/json.rb', line 8

def jslint_settings
  ""
end

#pre_process(output) ⇒ Object



4
5
6
# File 'lib/epic/validator/json.rb', line 4

def pre_process(output)
  output
end