We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2287f commit d8b8479Copy full SHA for d8b8479
test/old_credo.exs
@@ -4,7 +4,7 @@
4
{argv, ["--" | rest]} -> {argv, rest}
5
end
6
7
-old_credo_ref = List.first(argv) || "db3ec988e498dd8c706e4ebc4125860d610161c4"
+old_credo_ref = List.first(argv) || "v1.7.15"
8
9
if old_credo_ref == "." do
10
Mix.install([{:credo, path: "."}])
0 commit comments