Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | Replace every stdin-wrapper script with the new %t formatting support | w0rp | |
2017-01-22 | Make the Erlang linter code match the style used in the rest of the ↵ | w0rp | |
codebase. Make the options match the new standard. | |||
2017-01-22 | Add erlc lint for Erlang (#248) (#255) | Magnus | |
* 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 |