Skip to content

Commit

Permalink
Make sure duplicated reports are actually disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Nov 11, 2016
1 parent 7d5dc6b commit fea632a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
{Credo.Check.Design.DuplicatedCode, excluded_macros: []},

# Disabled for now as those are checked by Code Climate
{Credo.Check.Design.TagTODO},
{Credo.Check.Design.TagFIXME},
{Credo.Check.Design.TagTODO, false},
{Credo.Check.Design.TagFIXME, false},

{Credo.Check.Readability.FunctionNames},
{Credo.Check.Readability.LargeNumbers, false}, # Because of Ecto migrations
Expand Down

0 comments on commit fea632a

Please sign in to comment.