Credo.CLI.Filename.with
You're seeing just the function
with
, go back to Credo.CLI.Filename module for more information.
Adds a pos_suffix to a filename.
iex> Credo.CLI.Filename.with("test/file.exs", %{:line_no => 1, :column => 2})
"test/file.exs:1:2"