Module: ERBLint::Linters::Helpers::DeprecatedComponentsHelpers
- 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_components ⇒ Object
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 (component_name) ::Primer::Deprecations.(component_name) end |