Class: Codeqa::Checkers::RubocopLint

Inherits:
Rubocop show all
Defined in:
lib/codeqa/checkers/rubocop_lint.rb

Instance Attribute Summary

Attributes inherited from Codeqa::Checker

#errors, #sourcefile

Instance Method Summary collapse

Methods inherited from Rubocop

available?, #check, check?

Methods inherited from Codeqa::Checker

available?, #initialize

Constructor Details

This class inherits a constructor from Codeqa::Checker

Instance Method Details

#hintObject



10
11
12
# File 'lib/codeqa/checkers/rubocop_lint.rb', line 10

def hint
  'Rubocop found syntax errors, please fix your code.'
end

#nameObject



6
7
8
# File 'lib/codeqa/checkers/rubocop_lint.rb', line 6

def name
  'rubocop lint'
end