Skip to content

Commit

Permalink
Ignore cyclomatic complexity Credo check
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibrsl committed Feb 14, 2023
1 parent a202a79 commit cdb61dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plausible/stats/imported.ex
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ defmodule Plausible.Stats.Imported do
# GA only has 'source'
def merge_imported(q, _, _, "utm_source", _), do: q

# credo:disable-for-next-line Credo.Check.Refactor.CyclomaticComplexity
def merge_imported(q, site, query, property, metrics)
when property in [
"visit:source",
Expand Down

0 comments on commit cdb61dd

Please sign in to comment.