mirror of
https://github.com/dense-analysis/ale.git
synced 2026-06-22 00:40:50 +08:00
cae153b3ac
* Add erlc lint for Erlang (#248) * Ignore certain errors in Erlang .hrl files (#248) A .hrl file does not need to have a -module definition. Additionally, it is common to have unused elements in such a file, as the entities will be used in a file including the header. * Address change requests to Erlang linter