summaryrefslogtreecommitdiff
path: root/clippy-flymake.el
AgeCommit message (Collapse)Author
2023-07-30Rename to flymake-clippy for MELPA releasemgmarlow
2023-07-29Documentation updates for MELPA inclusionmgmarlow
2023-06-28Add errors to match groupGraham Marlow
2023-06-20Documentation updatesmgmarlow
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-13Rename variable prefix and add tests for regexpGraham Marlow
2023-06-13Code cleanupGraham Marlow
2023-06-13Update doc commentsGraham Marlow
2023-06-13require cl-libGraham Marlow
2023-06-12Fix documentationmgmarlow
2023-06-12Merge branch 'clippy-flymake'mgmarlow
2023-06-12Initial commitmgmarlow
2023-06-11M-x auto-insertmgmarlow