Sha256: 6cbd33a8b8b7801e09f4e36e138999284eef6db5ba11902974ed43bad2b6bc1a

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

# frozen_string_literal: true

module PlatformosCheck
  class FormFile < LiquidFile
    DIR_PREFIX = %r{\A/?((marketplace_builder|app)/(form_configurations|forms)/|(app/)?modules/((\w|-)*)/(private|public)/(form_configurations|forms)/)}

    def form?
      true
    end

    def dir_prefix
      DIR_PREFIX
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
platformos-check-0.4.14 lib/platformos_check/form_file.rb