Class: ERBLint::Linters::RubocopText

Inherits:
Rubocop show all
Includes:
ERBLint::LinterRegistry
Defined in:
lib/erb_lint/linters/rubocop_text.rb

Defined Under Namespace

Classes: ConfigSchema

Constant Summary

Constants included from ERBLint::LinterRegistry

ERBLint::LinterRegistry::CUSTOM_LINTERS_DIR

Constants inherited from Rubocop

ERBLint::Linters::Rubocop::BLOCK_EXPR, ERBLint::Linters::Rubocop::SUFFIX_EXPR

Instance Attribute Summary

Attributes inherited from ERBLint::Linter

#offenses

Method Summary

Methods included from ERBLint::LinterRegistry

clear, find_by_name, included, linters, load_custom_linters

Methods inherited from Rubocop

#autocorrect, #initialize, #run

Methods inherited from ERBLint::Linter

#add_offense, #clear_offenses, #enabled?, #excludes_file?, inherited, #initialize, #run, support_autocorrect?

Constructor Details

This class inherits a constructor from ERBLint::Linters::Rubocop