Class: ERBLint::Reporters::GitlabReporter
- Inherits:
-
ERBLint::Reporter
- Object
- ERBLint::Reporter
- ERBLint::Reporters::GitlabReporter
- Defined in:
- lib/erb_lint/reporters/gitlab_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
#preview ⇒ Object
8 |
# File 'lib/erb_lint/reporters/gitlab_reporter.rb', line 8 def preview; end |
#show ⇒ Object
10 11 12 |
# File 'lib/erb_lint/reporters/gitlab_reporter.rb', line 10 def show puts formatted_data end |