Method: ThemeCheck::Config#check_configurations

Defined in:
lib/theme_check/config.rb

#check_configurationsObject



105
106
107
# File 'lib/theme_check/config.rb', line 105

def check_configurations
  @check_configurations ||= @configuration.select { |name, _| check_name?(name) }
end