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 461ab92 commit 41b8e99Copy full SHA for 41b8e99
test/credo/check/readability/nested_function_calls_test.exs
@@ -22,7 +22,7 @@ defmodule Credo.Check.Readability.NestedFunctionCallsTest do
22
|> refute_issues()
23
end
24
25
- test "it should NOT report code with nested type calls inside" do
+ test "it should NOT report code with nested type calls" do
26
"""
27
defmodule CredoSampleModule do
28
@callback callback_name :: Keyword.t(Some.remote(some_arg))
0 commit comments