Credo.CLI.Filename.remove_line_no_and_column
You're seeing just the function
remove_line_no_and_column
, go back to Credo.CLI.Filename module for more information.
Removes the pos_suffix for a filename.
iex> Credo.CLI.Filename.remove_line_no_and_column("lib/credo/sources.ex:39:8")
"lib/credo/sources.ex"