module Avm::Git::Issue::Complete::Validations

def validations_uncached

def validations_uncached
  VALIDATIONS.map do |key, label|
    ::Avm::Git::Issue::Complete::Validation.new(self, key, label)
  end
end