summaryrefslogtreecommitdiff
path: root/flymake-clippy.el
AgeCommit message (Collapse)Author
2023-11-02Add support for custom clippy argsGraham Marlow
Introduce a new defcustom for providing arguments to the cargo clippy binary. Co-authored-by: Jens Östlund <hi@iensu.me> Co-authored-by: Graham <info@mgmarlow.com>
2023-08-26Add support for codes in error messagesGraham Marlow
Modify the Clippy regexp to accept error codes, e.g. "error[E0407]". Co-authored-by: Eugeny Volobuev <j21@eml.cc> Co-authored-by: Graham Marlow <graham@mgmarlow.com>
2023-08-08Update docs with MELPA releasemgmarlow
2023-07-30Rename to flymake-clippy for MELPA releasemgmarlow