Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix missing parentheses warning in
Credo.Check.Params.category/2
``` warning: using map.field notation (without parentheses) to invoke function Credo.Check.Refactor.ModuleDependencies.category() is deprecated, you must add parentheses instead: remote.function() (credo 1.7.9) lib/credo/check/params.ex:74: Credo.Check.Params.category/2 (credo 1.7.9) lib/credo/check.ex:697: Credo.Check.format_issue/3 (credo 1.7.9) lib/credo/check/refactor/module_dependencies.ex:111: Credo.Check.Refactor.ModuleDependencies.issues_for_module/5 (credo 1.7.9) lib/credo/check/refactor/module_dependencies.ex:89: Credo.Check.Refactor.ModuleDependencies.traverse/6 (elixir 1.17.3) lib/macro.ex:599: Macro.traverse/4 ```
- Loading branch information