Skip to content

Commit 76e5754

Browse files
authored
Update deps (#5)
* Update credo_contrib to 0.2.0 * Update deps
1 parent f290e45 commit 76e5754

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.credo.exs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@
1010
~r"/deps/"
1111
]
1212
},
13+
plugins: [
14+
{CredoContrib, []}
15+
],
1316
checks: [
1417
{Credo.Check.Design.AliasUsage, false},
1518
{Credo.Check.Readability.MaxLineLength, max_length: 110},
1619
{Credo.Check.Refactor.MapInto, false},
17-
{Credo.Check.Warning.LazyLogging, false},
18-
{CredoContrib.Check.DocWhitespace},
19-
{CredoContrib.Check.FunctionBlockSyntax},
20-
{CredoContrib.Check.ModuleAlias},
21-
{CredoContrib.Check.ModuleDirectivesOrder},
22-
{CredoContrib.Check.PublicPrivateFunctionName},
23-
{CredoContrib.Check.SingleFunctionPipe}
20+
{Credo.Check.Warning.LazyLogging, false}
2421
]
2522
}
2623
]

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defmodule PlugContentSecurityPolicy.Mixfile do
4343
defp deps do
4444
[
4545
{:credo, "~> 1.1", only: [:dev, :test], runtime: false},
46-
{:credo_contrib, "~> 0.1", only: [:dev, :test], runtime: false},
46+
{:credo_contrib, "~> 0.2", only: [:dev, :test], runtime: false},
4747
{:dialyxir, "~> 1.0-rc", only: [:dev, :test], runtime: false},
4848
{:ex_doc, "~> 0.18.0", only: :dev},
4949
{:plug, "~> 1.3"}

mix.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%{
22
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
3-
"credo": {:hex, :credo, "1.1.2", "02b6422f3e659eb74b05aca3c20c1d8da0119a05ee82577a82e6c2938bf29f81", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},
4-
"credo_contrib": {:hex, :credo_contrib, "0.1.1", "c0b28b3af17197d266922646e82f9d4333b7da028f60f8c0b61ea92d05ec7f53", [:mix], [{:credo, "~> 1.0", [hex: :credo, repo: "hexpm", optional: false]}], "hexpm"},
3+
"credo": {:hex, :credo, "1.1.4", "c2f3b73c895d81d859cec7fcee7ffdb972c595fd8e85ab6f8c2adbf01cf7c29c", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},
4+
"credo_contrib": {:hex, :credo_contrib, "0.2.0", "032af0f1f096ddc7a2128fa475fdbb34f73563ca3fb2d6f826b0fa343b76d507", [:mix], [{:credo, "~> 1.0", [hex: :credo, repo: "hexpm", optional: false]}], "hexpm"},
55
"dialyxir": {:hex, :dialyxir, "1.0.0-rc.6", "78e97d9c0ff1b5521dd68041193891aebebce52fc3b93463c0a6806874557d7d", [:mix], [{:erlex, "~> 0.2.1", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm"},
6-
"earmark": {:hex, :earmark, "1.3.5", "0db71c8290b5bc81cb0101a2a507a76dca659513984d683119ee722828b424f6", [:mix], [], "hexpm"},
6+
"earmark": {:hex, :earmark, "1.4.0", "397e750b879df18198afc66505ca87ecf6a96645545585899f6185178433cc09", [:mix], [], "hexpm"},
77
"erlex": {:hex, :erlex, "0.2.4", "23791959df45fe8f01f388c6f7eb733cc361668cbeedd801bf491c55a029917b", [:mix], [], "hexpm"},
88
"ex_doc": {:hex, :ex_doc, "0.18.4", "4406b8891cecf1352f49975c6d554e62e4341ceb41b9338949077b0d4a97b949", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm"},
99
"jason": {:hex, :jason, "1.1.2", "b03dedea67a99223a2eaf9f1264ce37154564de899fd3d8b9a21b1a6fd64afe7", [:mix], [{:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm"},

0 commit comments

Comments
 (0)