Module: ERBLint::Linters::Helpers::DeprecatedComponentsHelpers

Included in:
DeprecatedComponentsCounter, RuboCop::Cop::Yattho::DeprecatedComponents
Defined in:
lib/yattho/view_components/linters/helpers/deprecated_components_helpers.rb

Overview

Helpers to share between DeprecatedComponents ERB lint and Rubocop cop

Instance Method Summary collapse

Instance Method Details

#deprecated_componentsObject



14
15
16
# File 'lib/yattho/view_components/linters/helpers/deprecated_components_helpers.rb', line 14

def deprecated_components
  Yattho::Deprecations.deprecated_components
end

#message(component_name) ⇒ Object



10
11
12
# File 'lib/yattho/view_components/linters/helpers/deprecated_components_helpers.rb', line 10

def message(component_name)
  Yattho::Deprecations.deprecation_message(component_name)
end