WhatsApp / eqwalizer

A type-checker for Erlang
Apache License 2.0
513 stars 28 forks source link

Doc for manual project.json defines "macros" as a list when it should be a map #60

Open jamesaimonetti opened 3 months ago

jamesaimonetti commented 3 months ago

invalid type: sequence, expected a map at line 16 column 17

Where line 16 pointed to "macros" : [] . Changing to "macros" : {} and no complaints.

jamesaimonetti commented 3 months ago

More precisely here: https://github.com/WhatsApp/eqwalizer/blob/main/README.md?plain=1#L73