erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
618 stars 136 forks source link

Cleanup unused includes/macros (as identified by ELP) #1499

Closed robertoaloi closed 4 months ago

robertoaloi commented 4 months ago

Description

This is the result of running:

elp lint --diagnostic-filter W0020 --apply-fix --in-place
elp lint --diagnostic-filter unused_macro --apply-fix --in-place
plux commented 4 months ago

Good stuff! :+1: