Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated module.function() notation
Avoids warning ``` warning: using module.function() notation (with parentheses) to fetch map field :category is deprecated, you must remove the parentheses: map.field (credo 1.7.7) lib/credo/cli/output.ex:36: Credo.CLI.Output.check_tag/2 (credo 1.7.7) lib/credo/cli/output/formatter/flycheck.ex:26: Credo.CLI.Output.Formatter.Flycheck.to_flycheck/1 (credo 1.7.7) lib/credo/cli/output/formatter/flycheck.ex:12: anonymous fn/1 in Credo.CLI.Output.Formatter.Flycheck.print_issues/1 (elixir 1.17.2) lib/enum.ex:987: Enum."-each/2-lists^foreach/1-0-"/2 (credo 1.7.7) lib/credo/cli/command/suggest/suggest_command.ex:77: Credo.CLI.Command.Suggest.SuggestCommand.PrintResultsAndSummary.call/1 ```
- Loading branch information