Skip to content
  • feld's avatar
    Fix mix task pleroma.instance dialyzer error · 2a28377b
    feld authored
    lib/mix/tasks/pleroma/instance.ex:356:pattern_match_cov
    The pattern
    :variable_
    
    can never match, because previous clauses completely cover the type
    %{
      :anonymize => boolean(),
      :dedupe => boolean(),
      :read_description => boolean(),
      :strip_location => boolean()
    }.
    2a28377b