[nongnu] elpa/gptel f6ec9afae0 1/2: gptel-rewrite: Require diff when diffing (#551)

2025-01-06 Thread ELPA Syncer
branch: elpa/gptel commit f6ec9afae0c074e4bfda56024c7d6f1d79761147 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-rewrite: Require diff when diffing (#551) * gptel-rewrite.el (gptel--rewrite-diff): Require diff when diffing. --- gptel-rewrite.el | 1 + 1 file cha

[nongnu] elpa/gptel updated (7ac9201b84 -> 25efd55002)

2025-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from 7ac9201b84 gptel-gemini: Handle multiple text parts in parser new f6ec9afae0 gptel-rewrite: Require diff when diffing (#551) new 25efd55002 gptel: Make gptel responses front-sticky Summary of changes: gptel-curl.el|

[nongnu] elpa/gptel 25efd55002 2/2: gptel: Make gptel responses front-sticky

2025-01-06 Thread ELPA Syncer
branch: elpa/gptel commit 25efd55002c591b3721cdd2c96dac93d70dce814 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Make gptel responses front-sticky * gptel.el (gptel--attach-response-history, gptel--insert-response, gptel--restore-state): Make the `gptel' tex

[nongnu] elpa/flymake-collection 5de95adb4c 89/89: Allow users to override the extension passed to vale checker (#43)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 5de95adb4c4981cee2f6152ef934230d7b2934eb Author: Kristoffer Balintona Commit: GitHub Allow users to override the extension passed to vale checker (#43) * feat: Allow users to override the extension passed to vale checker Exposes an opt

[nongnu] elpa/flymake-collection fd9928801c 36/89: Add linter Makefile and fix lint errors

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit fd9928801cf601a221cf45508e254f405d19c819 Author: Mohsin Kaleem Commit: Mohsin Kaleem Add linter Makefile and fix lint errors --- Makefile | 31 +++ checkers/flymake-rest-awk-gawk.el | 4

[nongnu] elpa/flymake-collection 274e5ec3e6 53/89: checkers: Fix error codes in ruff (#15)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 274e5ec3e614e73fd0d7c3e1ffc652461bf5b5f3 Author: Fredrik Bergroth Commit: GitHub checkers: Fix error codes in ruff (#15) Oopsies --- src/checkers/flymake-collection-ruff.el | 2 +- tests/checkers/test-cases/ruff.yml | 6 +++--- 2 files ch

[nongnu] elpa/flymake-collection cd2574574b 48/89: build: Fix new lint complaints in emacs snapshot

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit cd2574574bda1f3d94007cdc3b7e0f8007d69716 Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Fix new lint complaints in emacs snapshot --- src/flymake-collection-define.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/

[nongnu] elpa/flymake-collection 2caa1099d1 34/89: Merge use-package integration into flymake-rest-hook

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 2caa1099d1e0608a0797a823172043b4b1eacb14 Author: Mohsin Kaleem Commit: Mohsin Kaleem Merge use-package integration into flymake-rest-hook No need for a separate file for this XD. --- flymake-rest-hook-use-package.el | 51 --

[nongnu] elpa/flymake-collection 6ca15100d1 28/89: (commands): Refactor flymake-rest-change-checker

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 6ca15100d19a1bde15710794e93312a2e40daa96 Author: Mohsin Kaleem Commit: Mohsin Kaleem (commands): Refactor flymake-rest-change-checker There seems to have been a bug in the prior implementation. Newer versions of emacs expect the affixation

[nongnu] elpa/flymake-collection e5446886b4 44/89: install: Add stopgap symlinks to fix MELPA installs

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit e5446886b4c89baacd52321a9e16e458cf4cba08 Author: Mohsin Kaleem Commit: Mohsin Kaleem install: Add stopgap symlinks to fix MELPA installs --- checkers | 1 + flymake-collection-commands.el | 1 + flymake-collection-define.el | 1

[nongnu] elpa/flymake-collection 67d66d1870 51/89: checkers: Add flymake-collection-ruff (#14)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 67d66d1870284c960e07daa2308e4892206ae5b4 Author: Fredrik Bergroth Commit: GitHub checkers: Add flymake-collection-ruff (#14) --- src/checkers/flymake-collection-ruff.el | 77 + src/flymake-collection-hook.el |

[nongnu] elpa/flymake-collection 46b65939c8 80/89: checkers: Add kube-linter checker

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 46b65939c8363ec7efd594390a3c5d0becc7b8ab Author: Mohsin Kaleem Commit: Mohsin Kaleem checkers: Add kube-linter checker --- src/checkers/flymake-collection-kube-linter.el | 70 ++ src/flymake-collection-hook.el |

[nongnu] elpa/flymake-collection 1fc9cd28e6 16/89: (release): Cleanup before initial release

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 1fc9cd28e6f8527a7e5ae0333e487bf3354fa36c Author: Mohsin Kaleem Commit: Mohsin Kaleem (release): Cleanup before initial release --- .github/header.svg | 11 --- README.org | 2 +- flymake-rest.el| 2 +- 3 files changed, 2 insertion

[nongnu] elpa/flymake-collection cfd4b5ef94 29/89: (checkers): Make pylint use a pipe

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit cfd4b5ef9437329c302a259901bcce2e688dc5bb Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Make pylint use a pipe The prior implementation used source-inplace+file to make flymake-rest generate a temporary file in the same directory a

[nongnu] elpa/flymake-collection 7043473d10 41/89: tests: Add test case for hlint

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 7043473d10834690f1b6974c83193ba7d38a9d65 Author: Mohsin Kaleem Commit: Mohsin Kaleem tests: Add test case for hlint --- src/checkers/flymake-collection-hlint.el | 1 - tests/checkers/installers/hlint.bash | 1 + tests/checkers/test-cases/hlint.ym

[nongnu] elpa/flymake-collection e1a001ba85 17/89: (flymake-rest): Cleanup package-lint and other issues

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit e1a001ba85d8b2510a674f6412aa48ab9402e221 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest): Cleanup package-lint and other issues + Ran through all the files with package-lint. + Fixed any pertinent byte-compile warnings. --- .git

[nongnu] elpa/flymake-collection 2ce9e8a6d8 10/89: (flymake-rest-commands): Move commands into here

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 2ce9e8a6d8e3ccd91da9ad774c28c5e1f26c64bb Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-commands): Move commands into here Several commands require flymake to be loaded, but I'd rather not force it to be loaded until necessary, t

[nongnu] elpa/flymake-collection fec8be1c53 68/89: Fix regression in ruff test-case (#27)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit fec8be1c53e630b45136ab8714184bf85850c64e Author: Mohsin Kaleem Commit: GitHub Fix regression in ruff test-case (#27) --- tests/checkers/test-cases/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkers/test-cases/ru

[nongnu] elpa/flymake-collection 6c0f39ae1e 37/89: docs: Update README with MELPA badge

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 6c0f39ae1e8b476b195adfe477b40cf6c4a162b6 Author: Mohsin Kaleem Commit: Mohsin Kaleem docs: Update README with MELPA badge --- README.org | 17 - flymake-rest.el | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git

[nongnu] elpa/flymake-collection 62cee0f62c 33/89: Remove flymake-rest-hook-langs.el

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 62cee0f62cab3d65a7d757bc38f40e4a6dbbf48c Author: Mohsin Kaleem Commit: Mohsin Kaleem Remove flymake-rest-hook-langs.el It looks redundant to me and I think it would be simpler to just have a default out-of-the-box configuration for as many

[nongnu] elpa/flymake-collection 7f951ec9ea 09/89: (flymake-rest-hook-use-package): Don't require flymake-rest-hook

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 7f951ec9ea729f30c18a926c41b28c9152a65202 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-hook-use-package): Don't require flymake-rest-hook --- flymake-rest-hook-use-package.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff

[nongnu] elpa/flymake-collection 7ea9fb2ea1 70/89: checkers: Fix ruff command interface has changed

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 7ea9fb2ea12d51a0baec304f05e3ba29d9cf002a Author: Mohsin Kaleem Commit: Mohsin Kaleem checkers: Fix ruff command interface has changed CLOSES #29 --- src/checkers/flymake-collection-ruff.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-

[nongnu] elpa/flymake-collection e67ea6d81d 65/89: tests: Fix broken ruff.yml test

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit e67ea6d81d9cf261c3667de4d46be340b31939c7 Author: Mohsin Kaleem Commit: Mohsin Kaleem tests: Fix broken ruff.yml test --- tests/checkers/test-cases/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkers/test-cases/ru

[nongnu] elpa/flymake-collection f1d889f166 76/89: checkers: Add checker for vale

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit f1d889f166934a4d8ec0f0e159e179314c2e8791 Author: Mohsin Kaleem Commit: Mohsin Kaleem checkers: Add checker for vale --- src/checkers/flymake-collection-vale.el | 75 + src/flymake-collection-hook.el | 7 ++- te

[nongnu] elpa/flymake-collection 29d593cdfb 88/89: chore: Add workflow dispatch to ci

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 29d593cdfb223f697fd399278135cb8089144cc4 Author: Mohsin Kaleem Commit: Mohsin Kaleem chore: Add workflow dispatch to ci --- .github/workflows/lint.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workf

[nongnu] elpa/flymake-collection 1b62fd9b58 87/89: Additional checkers (#38)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 1b62fd9b5844b231cb48b4919064420d64a123ff Author: Abdelhak Bougouffa Commit: GitHub Additional checkers (#38) * checkers: add `codespell` checker * checkers: add the `bandit` checker for Python * checkers: add `nasm` checker fo

[nongnu] elpa/flymake-collection 297406f601 45/89: Revert "install: Add stopgap symlinks to fix MELPA installs"

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 297406f601daffbec2b3305013442b2829451416 Author: Mohsin Kaleem Commit: Mohsin Kaleem Revert "install: Add stopgap symlinks to fix MELPA installs" This reverts commit e5446886b4c89baacd52321a9e16e458cf4cba08. --- checkers

[nongnu] elpa/flymake-collection 1472603f3d 84/89: build: Suppress failure on using rx-constitutuents on emacs-30

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 1472603f3d4aadf40dbcfd81432de1eb82e3ad9d Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Suppress failure on using rx-constitutuents on emacs-30 --- Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Mak

[nongnu] elpa/flymake-collection 0234723459 49/89: (checkers): Add flymake-collection-flake8 (#7)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 023472345980c251429046d6a20e85c76f9e928e Author: Fredrik Bergroth Commit: GitHub (checkers): Add flymake-collection-flake8 (#7) --- src/checkers/flymake-collection-flake8.el | 61 +++ src/flymake-collection-hook.el

[nongnu] elpa/flymake-collection 845c52a1ae 67/89: Revert "define: Reorient save-match-data and save-excursion"

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 845c52a1aead7485450c62b48a92096160d99a25 Author: Mohsin Kaleem Commit: Mohsin Kaleem Revert "define: Reorient save-match-data and save-excursion" This reverts commit 3e1f44739d207d9ca8e59376c582836321dbfcf1. This causes Emacs to freeze

[nongnu] elpa/flymake-collection d801440825 71/89: flymake-collection-hook: Allow disabling builtin flymake backends

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit d80144082511f5c8169540e43652b23c19509740 Author: Mohsin Kaleem Commit: Mohsin Kaleem flymake-collection-hook: Allow disabling builtin flymake backends --- src/flymake-collection-hook.el | 51 +++--- 1 file changed, 3

[nongnu] elpa/flymake-collection 852d47f7b4 73/89: checkers/jq: Fix regression in error output

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 852d47f7b4cac7345d40bd16067842e095aee13b Author: Mohsin Kaleem Commit: Mohsin Kaleem checkers/jq: Fix regression in error output CLOSES #33 --- src/checkers/flymake-collection-jq.el | 2 +- tests/checkers/installers/jq.bash | 1 + tests/

[nongnu] elpa/flymake-collection 5318e0f6b2 77/89: repo: Support dev-container workflow

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 5318e0f6b2eae19977cbd8a9442011c5ddb3ff87 Author: Mohsin Kaleem Commit: Mohsin Kaleem repo: Support dev-container workflow --- .devcontainer/devcontainer.json | 13 + .github/workflows/test.yml | 2 +- Makefile|

[nongnu] elpa/flymake-collection 8b11b4f56d 64/89: test: Fix upstream regression in ruff

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 8b11b4f56d51f104d3c9b7c9a2d4925910c9fc5e Author: Mohsin Kaleem Commit: Mohsin Kaleem test: Fix upstream regression in ruff --- tests/checkers/test-cases/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkers/test-ca

[nongnu] elpa/flymake-collection ecc15c7463 85/89: checkers: Add checker for Janet (#40)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit ecc15c74630fa75e7792aa23cec79ea4afc28cc2 Author: Tomasz Hołubowicz <45176912+alternate...@users.noreply.github.com> Commit: GitHub checkers: Add checker for Janet (#40) --- src/checkers/flymake-collection-janet.el | 49

[nongnu] elpa/flymake-collection 0dc266c443 62/89: define: Auto suppress errors when sending data to process

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 0dc266c443bb9553f529a848c20a2b4c00cec649 Author: Mohsin Kaleem Commit: Mohsin Kaleem define: Auto suppress errors when sending data to process I encountered an error with jq when sending a large file to the checker. I think when jq encounte

[nongnu] elpa/flymake-collection 74e2f3fb4b 54/89: Set the working dir and shadow file flag for mypy (#9)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 74e2f3fb4b9b4944f1c90377d7d2f16e57d6d5cd Author: dmitrig <34632025+dmit...@users.noreply.github.com> Commit: GitHub Set the working dir and shadow file flag for mypy (#9) * Run mypy from inferred python project root * Remove leading dot

[nongnu] elpa/flymake-collection c2376adb2b 42/89: ci/cd: Add build pipeline

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit c2376adb2bf67b085d01840a05995a6678f2b3a6 Author: Mohsin Kaleem Commit: Mohsin Kaleem ci/cd: Add build pipeline --- .github/workflows/build.yml | 36 README.org | 6 +- tests/checkers/Dockerfile

[nongnu] elpa/flymake-collection e9a1e2ab26 32/89: Cleanup flymake-rest-define and remove flymake-rest-parse-*

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit e9a1e2ab269f0418963665d991423f8afae6bae6 Author: Mohsin Kaleem Commit: Mohsin Kaleem Cleanup flymake-rest-define and remove flymake-rest-parse-* This commit deletes the previous `flymake-rest-parse-rx.el` and `flymake-rest-parse-enumerate.e

[nongnu] elpa/flymake-collection 5d46b52aaa 81/89: build: Fix regression in ruff report

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 5d46b52aaac88b53928e8db82f1a2b6dccf25f61 Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Fix regression in ruff report --- tests/checkers/test-cases/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkers/test-cas

[nongnu] elpa/flymake-collection 023227cdcb 61/89: define: Only send region to process if its alive

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 023227cdcbd10306209ea66d65800cb29ffea238 Author: Mohsin Kaleem Commit: Mohsin Kaleem define: Only send region to process if its alive --- src/flymake-collection-define.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/flym

[nongnu] elpa/flymake-collection 6c1d9de2ad 79/89: flymake-commands: Fix change checker for multi-mode config entries

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 6c1d9de2ad4da11963bfadff2fb9989b27e2ca01 Author: Mohsin Kaleem Commit: Mohsin Kaleem flymake-commands: Fix change checker for multi-mode config entries --- src/flymake-collection-commands.el | 7 -- src/flymake-collection-hook.el | 50

[nongnu] elpa/flymake-collection e0d579ccb9 22/89: (checkers): Add flymake-rest-lua

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit e0d579ccb9958d2403ed3357a694ce96c810d192 Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Add flymake-rest-lua A lua checker based on the luac compiler. --- checkers/flymake-rest-lua.el | 51

[nongnu] elpa/flymake-collection c15430d466 12/89: (README): Update

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit c15430d466cd7bca1ca6baab57c12a7854315ed8 Author: Mohsin Kaleem Commit: Mohsin Kaleem (README): Update --- .github/header.jpg | Bin 0 -> 7554 bytes .github/header.svg | 11 + README.org | 120 +++

[nongnu] elpa/flymake-collection f86b966901 72/89: hook: Enable checkdoc in elisp buffers by default

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit f86b966901f0e340265b67057cdd847a4cfead96 Author: Mohsin Kaleem Commit: Mohsin Kaleem hook: Enable checkdoc in elisp buffers by default --- src/flymake-collection-hook.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/flymak

[nongnu] elpa/flymake-collection 98cf1cd4b7 24/89: (checkers): Add sql-lint checker

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 98cf1cd4b78ac6e11c4d7305423069fd46e0b1f9 Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Add sql-lint checker --- checkers/flymake-rest-sql-lint.el | 59 +++ 1 file changed, 59 insertions(+) diff --git a/che

[nongnu] elpa/flymake-collection 9d9e5937b5 74/89: build: Make jq test installer executable

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 9d9e5937b5fcc09271bdfb5ab333fd777bdb2c6d Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Make jq test installer executable --- tests/checkers/installers/jq.bash | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/tests/checkers/instal

[nongnu] elpa/flymake-collection eb8a7eb96e 40/89: tests: Add test harness

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit eb8a7eb96e200cada6559db436298136cd0d5fd1 Author: Mohsin Kaleem Commit: Mohsin Kaleem tests: Add test harness --- Makefile | 11 +++ src/flymake-collection-define.el | 3 + tests/checkers/Dockerfile | 49

[nongnu] elpa/flymake-collection 3e1f44739d 66/89: define: Reorient save-match-data and save-excursion

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 3e1f44739d207d9ca8e59376c582836321dbfcf1 Author: Mohsin Kaleem Commit: Mohsin Kaleem define: Reorient save-match-data and save-excursion --- src/flymake-collection-define.el | 95 1 file changed, 48 insertions(+

[nongnu] elpa/flymake-collection a6b03567f8 78/89: build: Make lint tasks cleaner

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit a6b03567f848e1fe66cb54ad537ad20699c89abe Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Make lint tasks cleaner --- .gitignore | 1 + Makefile | 63 +++--- 2 files changed, 41 insertions(+)

[nongnu] elpa/flymake-collection ca7c840855 58/89: hook: Allow configuring the same checkers for multiple modes

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit ca7c840855b2c0410fc716b19ee38b94b77fee5e Author: Mohsin Kaleem Commit: Mohsin Kaleem hook: Allow configuring the same checkers for multiple modes --- src/flymake-collection-hook.el | 18 -- 1 file changed, 16 insertions(+), 2 deletions(

[nongnu] elpa/flymake-collection a030c282e9 55/89: Adds :temp-file-prefix to flymake-collection-define-enumerate (#18)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit a030c282e95d709bbb67a7fc115dde1f0d500ae9 Author: Mark Wilkinson <54148009+wilkinso...@users.noreply.github.com> Commit: GitHub Adds :temp-file-prefix to flymake-collection-define-enumerate (#18) --- src/flymake-collection-define.el | 5 +++-- 1 file cha

[nongnu] elpa/flymake-collection cf4bf31599 57/89: hook: Cleanup checker resolve logic

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit cf4bf315995527ded3c77402507fdcb95f040eea Author: Mohsin Kaleem Commit: Mohsin Kaleem hook: Cleanup checker resolve logic --- src/flymake-collection-hook.el | 70 +- src/flymake-collection.el | 2 +- 2 files

[nongnu] elpa/flymake-collection 16a41c45ea 63/89: checkers: Update sqlint checker name (#22)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 16a41c45ea1837b96425dcb906b9209611e21280 Author: Peter Hoeg Commit: GitHub checkers: Update sqlint checker name (#22) --- src/checkers/flymake-collection-sqlint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkers/flymake

[nongnu] elpa/flymake-collection 0c87b8ff48 56/89: checkers: Add statix checker (#12)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 0c87b8ff48d8b0ef0eab6417ee9b57f0ca095a0d Author: Valeriy Litkovskyy Commit: GitHub checkers: Add statix checker (#12) --- src/checkers/flymake-collection-statix.el | 102 ++ src/flymake-collection-hook.el| 2 +

[nongnu] elpa/flymake-collection ea27edfb85 31/89: (flymake-rest-hook-langs): Add file

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit ea27edfb85830ea6660b4f0aa992c8f84d32101d Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-hook-langs): Add file --- README.org | 55 - flymake-rest-hook-langs.el | 77

[nongnu] elpa/flymake-collection 1d22083e03 07/89: (flymake-rest): Avoid unecessary requires

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 1d22083e03d742184d2af63a57e8bc2293f3862d Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest): Avoid unecessary requires The flymake-rest-define macro is required while compiling, but the only feature from it needed while running is f

[nongnu] elpa/flymake-collection ebaae4d236 82/89: build: Fix ruff regression with code not set for SyntaxError

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit ebaae4d236acda331651ff762c2ad3bd708b7e6f Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Fix ruff regression with code not set for SyntaxError --- src/checkers/flymake-collection-ruff.el | 4 +++- tests/checkers/test-cases/ruff.yml | 5 - 2

[nongnu] elpa/flymake-collection 630caa55d7 86/89: ci: Run actions on PRs automatically

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 630caa55d7c64a30c9063e229b7af1070781f957 Author: Mohsin Kaleem Commit: Mohsin Kaleem ci: Run actions on PRs automatically --- .github/workflows/lint.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/wor

[nongnu] elpa/flymake-collection 55e2aa793a 27/89: (flymake-rest-hook): Add ignore-modes configuration

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 55e2aa793ab505072cb8d682fa17667832c78a5e Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-hook): Add ignore-modes configuration Allows you to suppress the hooking of flymake backends based on certain major or minor modes. For examp

[nongnu] elpa/flymake-collection 6649708f37 21/89: (checkers): Add flymake-rest-luacheck

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 6649708f370a05af766153105d9e0b452e3e00a9 Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Add flymake-rest-luacheck --- checkers/flymake-rest-luacheck.el | 79 +++ 1 file changed, 79 insertions(+) diff --git

[nongnu] elpa/flymake-collection 2a05b234d6 60/89: hook: Rename flymake-collection-config to flymake-collection-hook-config

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 2a05b234d6840c4fb5b99da741e5d55e65e476a3 Author: Mohsin Kaleem Commit: Mohsin Kaleem hook: Rename flymake-collection-config to flymake-collection-hook-config --- src/flymake-collection-commands.el | 4 ++-- src/flymake-collection-hook.el | 24

[nongnu] elpa/flymake-collection 976ac70153 52/89: cleanup: Fix defcustom type definitions (#11)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 976ac70153a0a18da22e068c740c3394bec28545 Author: Valeriy Litkovskyy Commit: GitHub cleanup: Fix defcustom type definitions (#11) --- src/checkers/flymake-collection-gcc.el | 4 ++-- src/flymake-collection-hook.el | 16 ++-- 2 files

[nongnu] elpa/flymake-collection b8f9c9ba0e 18/89: (flymake-rest): Replace fmqd- with flymake-rest-

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit b8f9c9ba0e8c48e7226a7b5424dc683d5f16bdc8 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest): Replace fmqd- with flymake-rest- And also add global variables for later lexically bound ones in flymake-quick-rest-define. This should app

[nongnu] elpa/flymake-collection b89ab5c424 69/89: build: Make image slightly smaller

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit b89ab5c4242f9631529d1a782b7d5f61e34f15c6 Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Make image slightly smaller --- tests/checkers/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/checkers/Dockerfile b/

[nongnu] elpa/flymake-collection ff7782bfbb 43/89: README: Update Contributing and add Related Packages

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit ff7782bfbbcebc8bb1c0b5553850c375f1733887 Author: Mohsin Kaleem Commit: Mohsin Kaleem README: Update Contributing and add Related Packages --- README.org| 65 ++- src/flymake-collection.el | 2

[nongnu] elpa/flymake-collection 93f3dec01a 75/89: build: Remove pylint syntax-error check test

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 93f3dec01ac5652ffcd439007072d1ad9af6be45 Author: Mohsin Kaleem Commit: Mohsin Kaleem build: Remove pylint syntax-error check test --- tests/checkers/test-cases/pylint.yml | 7 --- 1 file changed, 7 deletions(-) diff --git a/tests/checkers/test-cas

[nongnu] elpa/flymake-collection 95c3a3ff3b 02/89: (flymake-rest): Add macro for checker definition

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 95c3a3ff3bf1fb0486794bbe5880d99eabb6eb06 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest): Add macro for checker definition --- flymake-rest-define.el| 229 ++ flymake-rest-enumerate.el | 31 ++

[nongnu] elpa/flymake-collection 8f36fed9ee 46/89: ci/cd: Update target branch

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 8f36fed9eef834cf94931fc8b813f9ac8db6d2a4 Author: Mohsin Kaleem Commit: Mohsin Kaleem ci/cd: Update target branch --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.gith

[nongnu] elpa/flymake-collection dbe0d67b64 13/89: (bug): Fix wrong face reference for diag-id

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit dbe0d67b64aed6e701b6b7b8164c7900bc5a615d Author: Mohsin Kaleem Commit: Mohsin Kaleem (bug): Fix wrong face reference for diag-id --- checkers/flymake-rest-proselint.el | 2 +- checkers/flymake-rest-shellcheck.el | 2 +- 2 files changed, 2 insertions(+

[nongnu] elpa/flymake-collection 4b7051222b 38/89: checkers: Add hlint checker (#3)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 4b7051222b64650e2ec8c8340fdbe792138ede83 Author: Tomasz Hołubowicz <45176912+alternate...@users.noreply.github.com> Commit: GitHub checkers: Add hlint checker (#3) Co-authored-by: Mohsin Kaleem --- checkers/flymake-rest-hlint.el | 65 +

[nongnu] elpa/flymake-collection 9234e049df 11/89: (refactor): Cleanup all code and documentation

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 9234e049dfb4ff80fa91dd3ce89f81dcde91e0a9 Author: Mohsin Kaleem Commit: Mohsin Kaleem (refactor): Cleanup all code and documentation + Added some license headers to all the code files. + Fixed some small bugs and added some autoloads. +

[nongnu] elpa/flymake-collection cdac31a3f7 50/89: checkers: Fix typo in clang (#10)

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit cdac31a3f7de0a6436e39ef7bd68d7defab98e8f Author: articuluxe <3206473+articul...@users.noreply.github.com> Commit: GitHub checkers: Fix typo in clang (#10) --- src/checkers/flymake-collection-clang.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion

[nongnu] elpa/flymake-collection 46afe13214 47/89: ci/cd: Update badge links and workflows

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 46afe132148da1e3f989e25b00ee17ae4bf1716c Author: Mohsin Kaleem Commit: Mohsin Kaleem ci/cd: Update badge links and workflows --- .github/workflows/{build.yml => lint.yml} | 13 + .github/workflows/{build.yml => test.yml} | 16 +-

[nongnu] elpa/flymake-collection d09afd32d4 15/89: (flymake-rest-define): Fix source-inplace doesn't cleanup

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit d09afd32d47f13f2a578314090799b4031525244 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-define): Fix source-inplace doesn't cleanup Before source-inplace used to generate a non-unique file-name and didn't delete it on exit, now i

[nongnu] elpa/flymake-collection e3788b2534 20/89: (checkers): Add follow-sources option to flymake-rest-shellcheck

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit e3788b253441cf495b20d5a5cff3e099df5c90ba Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Add follow-sources option to flymake-rest-shellcheck --- checkers/flymake-rest-shellcheck.el | 12 +++- 1 file changed, 11 insertions(+), 1 deletio

[nongnu] elpa/flymake-collection 362f8f06af 08/89: (flymake-rest-hook): Remove cyclic dependency

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 362f8f06af08a60fc768a7247964c24e5178fc89 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-hook): Remove cyclic dependency You can require it manually so trying to hack in automatic loading is unnecessary. --- flymake-rest-hook.el

[nongnu] elpa/flymake-collection 8c238151fd 14/89: (checkers): Add flymake-rest-xmllint

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 8c238151fddba1dbc8af2a8b0a088df1a8cefb56 Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Add flymake-rest-xmllint --- checkers/flymake-rest-xmllint.el | 50 1 file changed, 50 insertions(+) diff --git a

[nongnu] elpa/flymake-collection bb089d1ccf 30/89: (checkers): Don't presume current buffer is checking buffer

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit bb089d1ccf33e638aa2e2c868327e53d6bd6001d Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Don't presume current buffer is checking buffer Now calls to functions like buffer-file-name or default-directory first try to access those val

[nongnu] elpa/flymake-collection 7c335b7fdd 23/89: (flymake-rest-parse-rx): Fix bug in severity check

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 7c335b7fddc9ca4cdd02884311e58941802399da Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-parse-rx): Fix bug in severity check I used to be checking groups 1-2 for which severity level a regexp matched but it was supposed to be gro

[nongnu] elpa/flymake-collection 530e7085b5 39/89: rename: Rename flymake-rest to flymake-collection

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 530e7085b5193fd6bf0e53dc80839f819d918d1a Author: Mohsin Kaleem Commit: Mohsin Kaleem rename: Rename flymake-rest to flymake-collection * Rename `flymake-rest` to `flymake-collection`. This new name more clearly expresses the projects intent

[nongnu] elpa/flymake-collection 8d765990a6 59/89: hook: Add configurations for new tree-sitter modes

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 8d765990a6460af48eb7e843f997ac59398093aa Author: Mohsin Kaleem Commit: Mohsin Kaleem hook: Add configurations for new tree-sitter modes --- src/flymake-collection-hook.el | 51 ++ 1 file changed, 27 insertions(+)

[nongnu] elpa/flymake-collection 5a1549919e 25/89: (checkers): Add sqlint checker

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 5a1549919eaffbf45efeb25fa847b6533681f562 Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Add sqlint checker Taken pretty much directly from flycheck. --- checkers/flymake-rest-sqlint.el | 61 + 1

[nongnu] elpa/flymake-collection 37dafaeb99 83/89: README: Correct links to GitHub actions

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 37dafaeb997aa9f5485a3cf7f8363529ef09a12b Author: Mohsin Kaleem Commit: Mohsin Kaleem README: Correct links to GitHub actions --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 2ca61991ea

[nongnu] elpa/flymake-collection 64871ef173 35/89: Update flymake version and flymake-rest-change-checker

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 64871ef173853304c6acc299510abcc153b10da1 Author: Mohsin Kaleem Commit: Mohsin Kaleem Update flymake version and flymake-rest-change-checker --- flymake-rest-commands.el | 40 +--- flymake-rest.el | 2 +- 2

[nongnu] elpa/flymake-collection aab4c342a8 19/89: (flymake-rest): Remove local defvars for lexical variables

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit aab4c342a8ca25264eee2a2f09b73a7e1a819d48 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest): Remove local defvars for lexical variables This crashes everything :cry:. --- flymake-rest-define.el | 15 --- 1 file changed, 15

[nongnu] elpa/flymake-collection 013a53a106 03/89: (flymake-rest): Add several checkers

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 013a53a10632f0f498697030354abd31ca74d5ce Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest): Add several checkers --- checkers/flymake-rest-awk-gawk.el | 29 + checkers/flymake-rest-clang.el| 48 +

[nongnu] elpa/flymake-collection 9d9d455f53 05/89: (misc): Include parse name in flymake-rest-rx and flymake-rest-enumerate

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 9d9d455f53c6d4850be9621830d52317ece7b60a Author: Mohsin Kaleem Commit: Mohsin Kaleem (misc): Include parse name in flymake-rest-rx and flymake-rest-enumerate Makes the fact that they have a shared purpose clearer. --- checkers/flymake-rest-awk

[nongnu] elpa/flymake-collection 91bb971e9e 26/89: (cleanup): Consistent use of executable-find

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 91bb971e9e6fea01858714063875cb1522918435 Author: Mohsin Kaleem Commit: Mohsin Kaleem (cleanup): Consistent use of executable-find Also added a missing require to =flymake-rest-parse-rx.el=. --- checkers/flymake-rest-lua.el | 2 +- checker

[nongnu] branch elpa/flymake-collection created (now 5de95adb4c)

2025-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/flymake-collection. at 5de95adb4c Allow users to override the extension passed to vale checker (#43) This branch includes the following new commits: new 09007a28ed Initial Commit new 95c3a3ff3b (flymake-rest): Add macro for checke

[nongnu] elpa/flymake-collection 09007a28ed 01/89: Initial Commit

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 09007a28ed208f90258f8e521993ce92a151ce12 Author: Mohsin Kaleem Commit: Mohsin Kaleem Initial Commit --- LICENSE| 19 +++ README.org | 4 2 files changed, 23 insertions(+) diff --git a/LICENSE b/LICENSE new file mode 100644 in

[nongnu] elpa/flymake-collection 6df3ac725d 06/89: (flymake-rest-hook): Add mode -> checker configuration

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 6df3ac725d3b6543de059ef827cd26c1ea0b3fa8 Author: Mohsin Kaleem Commit: Mohsin Kaleem (flymake-rest-hook): Add mode -> checker configuration Now you can specify which checkers you want enabled in which modes and then have them automatically

[nongnu] elpa/flymake-collection 07a482b094 04/89: (checkers): Remove reference to previous macro + add autoloads

2025-01-06 Thread ELPA Syncer
branch: elpa/flymake-collection commit 07a482b0942928019b8967dcfa87d86c232dd8d8 Author: Mohsin Kaleem Commit: Mohsin Kaleem (checkers): Remove reference to previous macro + add autoloads --- checkers/flymake-rest-awk-gawk.el | 3 ++- checkers/flymake-rest-clang.el| 5 +++-- chec

[nongnu] main c408a345c3: elpa-packages (flymake-collection): New package

2025-01-06 Thread Stefan Monnier via
branch: main commit c408a345c3d4b571585ad51ba0e8339795110c04 Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (flymake-collection): New package --- elpa-packages | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/elpa-packages b/elpa-packages

[elpa] externals/org 7ef659aafb: testing/lisp/test-ob-tangle.el: Remove spurious line introduced in 405787dfbc

2025-01-06 Thread ELPA Syncer
branch: externals/org commit 7ef659aafbfef08e67c71d4c0e0fd6526e1021dd Author: Ihor Radchenko Commit: Ihor Radchenko testing/lisp/test-ob-tangle.el: Remove spurious line introduced in 405787dfbc Reported-by: Pedro Andres Aranda Gutierrez Link: https://orgmode.org/list/CAO48Bk9

[elpa] externals/greader 6db9710e60: Macro `with-greader-dict-temp-buffer' added.

2025-01-06 Thread ELPA Syncer
branch: externals/greader commit 6db9710e60f3d7bd85ab6c3e95bf9f9ab208b2a9 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Macro `with-greader-dict-temp-buffer' added. Now greader-dict.el uses this macro for operate with temp buffers. --- greader-dict.el | 50 +

[elpa] externals/consult-hoogle 3dbf4403df 2/2: Adapt to new consult async api

2025-01-06 Thread ELPA Syncer
branch: externals/consult-hoogle commit 3dbf4403dfc0c98c109f949464070814c5a5fa86 Author: Rahguzar Commit: Rahguzar Adapt to new consult async api --- consult-hoogle.el | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/consult-hoogle.el b/consult-hoogle.el i

[elpa] externals/consult-hoogle updated (2eae2976d8 -> 3dbf4403df)

2025-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult-hoogle. from 2eae2976d8 Update ELPA version new f135bf1c5b Only use standard font-lock faces new 3dbf4403df Adapt to new consult async api Summary of changes: consult-hoogle.el | 25 - 1 file cha

[elpa] externals/consult-hoogle f135bf1c5b 1/2: Only use standard font-lock faces

2025-01-06 Thread ELPA Syncer
branch: externals/consult-hoogle commit f135bf1c5b579fdd77c807f2b21549d4dc4a9d1b Author: Rahguzar Commit: Rahguzar Only use standard font-lock faces We don't require haskell-mode any more so shouldn't use its faces --- consult-hoogle.el | 10 +- 1 file changed, 5 insert

[elpa] externals/consult 4bbe9f65e5: Add consult--async-transform-by-input

2025-01-06 Thread ELPA Syncer
branch: externals/consult commit 4bbe9f65e53b56496a2a3935bd85546a4402e7e8 Author: Daniel Mendler Commit: Daniel Mendler Add consult--async-transform-by-input --- consult.el | 68 +++--- 1 file changed, 34 insertions(+), 34 deletions(-)

  1   2   >