summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-14Add CHANGELOGmainGraham Marlow
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-26Clean up tests and remove fixtureGraham Marlow
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-08README updatesmgmarlow
2023-08-08Remove unnecessary Emacs version #mgmarlow
2023-08-08Fix badgemgmarlow
2023-08-08Update docs with MELPA releasemgmarlow
2023-07-30Rename to flymake-clippy for MELPA releasemgmarlow
2023-07-29Documentation updates for MELPA inclusionmgmarlow
2023-07-29Remove 29 examples from READMEmgmarlow
2023-07-29Update the README with more recent instructionsMichael Herstine
The README contained two things that were incorrect for my setup (Emacs from source (30+) and elgot 1.15): - `use-package' now has support for fetching from git, albeit with different parameters - `eglot--managed-mode-hook' was deprecated some time ago (in eglot 1.6)-- one should use `eglot-managed-mode-hook' now. This patch updates the README, preserving the old documentation, but adding the above information.
2023-06-28Add errors to match groupGraham Marlow
2023-06-25Update READMEmgmarlow
2023-06-20Update READMEmgmarlow
2023-06-20Documentation updatesmgmarlow
2023-06-19Update READMEmgmarlow
2023-06-17rx-to-string is unnecessarymgmarlow
2023-06-13Prefer defvar-localmgmarlow
2023-06-13Improve filename matchingmgmarlow
Rather than matching filenames within the regular expression (which was using file-name-nondirectory), capture the full file name only in the regexp so it can be compared against the entire buffer-file-name. This fixes issues where Clippy suggestions with the same file name (e.g. mod.rs) appear in every buffer matching that name.
2023-06-13Update READMEGraham Marlow
2023-06-13Rename variable prefix and add tests for regexpGraham Marlow
2023-06-13Code cleanupGraham Marlow
2023-06-13Update doc commentsGraham Marlow
2023-06-13Update READMEGraham Marlow
2023-06-13Extra docs for eglot usersGraham Marlow
2023-06-13require cl-libGraham Marlow
2023-06-12Add use-package examplemgmarlow
2023-06-12Add LICENSEmgmarlow
2023-06-12Fix documentationmgmarlow
2023-06-12Merge branch 'clippy-flymake'mgmarlow
2023-06-12Initial commitmgmarlow
2023-06-11M-x auto-insertmgmarlow