Sha256: fe3e53ec64974511cb5aab87492f756a885cb74087f233306bc047f57f640dd9
Contents?: true
Size: 476 Bytes
Versions: 2
Compression:
Stored size: 476 Bytes
Contents
# frozen_string_literal: true require "yattho/deprecations" module ERBLint module Linters module Helpers # Helpers to share between DeprecatedComponents ERB lint and Rubocop cop module DeprecatedComponentsHelpers def message(component_name) Yattho::Deprecations.deprecation_message(component_name) end def deprecated_components Yattho::Deprecations.deprecated_components end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems