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

Included in:
DeprecatedComponentsCounter, RuboCop::Cop::Primer::DeprecatedComponents
Defined in:
lib/primer/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/primer/view_components/linters/helpers/deprecated_components_helpers.rb', line 14

def deprecated_components
  ::Primer::Deprecations.deprecated_components
end

#message(component_name) ⇒ Object



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

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