remodel icon indicating copy to clipboard operation
remodel copied to clipboard

add parentheses to module metadata function calls

Open tfiedlerdejanze opened this issue 1 year ago • 0 comments

The elixir 1.17.3 compiler prints a warning for these:

warning: using map.field notation (without parentheses) to invoke function MySerializer.__attributes() is deprecated, you must add parentheses instead: remote.function()
  (remodel 0.0.4) lib/remodel/formatters/map_formatter.ex:14: Remodel.Formatter.MapFormatter.format_resource/3
  (remodel 0.0.4) lib/remodel/formatters/map_formatter.ex:3: Remodel.Formatter.MapFormatter.format/3

tfiedlerdejanze avatar Nov 07 '24 11:11 tfiedlerdejanze