[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/flymake-collection 7ea9fb2ea1 70/89: checkers: Fix ruff co
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/flymake-collection 7ea9fb2ea1 70/89: checkers: Fix ruff command interface has changed |
Date: |
Mon, 6 Jan 2025 19:00:13 -0500 (EST) |
branch: elpa/flymake-collection
commit 7ea9fb2ea12d51a0baec304f05e3ba29d9cf002a
Author: Mohsin Kaleem <mohkale@kisara.moe>
Commit: Mohsin Kaleem <mohkale@kisara.moe>
checkers: Fix ruff command interface has changed
CLOSES #29
---
src/checkers/flymake-collection-ruff.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/checkers/flymake-collection-ruff.el
b/src/checkers/flymake-collection-ruff.el
index d7f60cac82..d7447540b2 100644
--- a/src/checkers/flymake-collection-ruff.el
+++ b/src/checkers/flymake-collection-ruff.el
@@ -48,7 +48,8 @@ See URL `https://github.com/charliermarsh/ruff'."
(error "Cannot find ruff executable"))
:write-type 'pipe
:command `(,ruff-exec
- "--format" "json"
+ "check"
+ "--output-format" "json"
,@flymake-collection-ruff-args
,@(when-let ((file (buffer-file-name flymake-collection-source)))
(list "--stdin-filename" file))
- [nongnu] elpa/flymake-collection ebaae4d236 82/89: build: Fix ruff regression with code not set for SyntaxError, (continued)
- [nongnu] elpa/flymake-collection ebaae4d236 82/89: build: Fix ruff regression with code not set for SyntaxError, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 37dafaeb99 83/89: README: Correct links to GitHub actions, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 297406f601 45/89: Revert "install: Add stopgap symlinks to fix MELPA installs", ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 1b62fd9b58 87/89: Additional checkers (#38), ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection eb8a7eb96e 40/89: tests: Add test harness, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection e5446886b4 44/89: install: Add stopgap symlinks to fix MELPA installs, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 274e5ec3e6 53/89: checkers: Fix error codes in ruff (#15), ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 74e2f3fb4b 54/89: Set the working dir and shadow file flag for mypy (#9), ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 023227cdcb 61/89: define: Only send region to process if its alive, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 0dc266c443 62/89: define: Auto suppress errors when sending data to process, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 7ea9fb2ea1 70/89: checkers: Fix ruff command interface has changed,
ELPA Syncer <=
- [nongnu] elpa/flymake-collection 9d9e5937b5 74/89: build: Make jq test installer executable, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection f1d889f166 76/89: checkers: Add checker for vale, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 5d46b52aaa 81/89: build: Fix regression in ruff report, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 29d593cdfb 88/89: chore: Add workflow dispatch to ci, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 5de95adb4c 89/89: Allow users to override the extension passed to vale checker (#43), ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 2ce9e8a6d8 10/89: (flymake-rest-commands): Move commands into here, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 6ca15100d1 28/89: (commands): Refactor flymake-rest-change-checker, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 6c0f39ae1e 37/89: docs: Update README with MELPA badge, ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 845c52a1ae 67/89: Revert "define: Reorient save-match-data and save-excursion", ELPA Syncer, 2025/01/06
- [nongnu] elpa/flymake-collection 98cf1cd4b7 24/89: (checkers): Add sql-lint checker, ELPA Syncer, 2025/01/06