-
The users may choose flycheck or flymake, like eglot or lsp-mode. So it's good idea to drop flycheck dependency, IMO.
-
Should flymake-swi-prolog be consolidated with flymake-collection or can/should they work independently of each other?
https://git.sr.ht/~eshel/flymake-swi-prolog
-
I struggled with the problem for some time and figured out that when the following is used
```
(setq flymake-run-in-place nil)
```
the file, which is compared against the source file has temp suffix…
-
# bug 1: if beancount file is located in a path with Chinese characters
then flymake-bean-check will tell me this file does not exist
![image](https://github.com/beancount/beancount-mode/assets/…
-
@senda-akiha has archive [flymake-phpcs](https://github.com/senda-akiha/flymake-phpcs). You probably should stop requiring it in drupal-mode.
Also see https://github.com/melpa/melpa/issues/7225.
-
On Sat, Oct 6, 2012 at 1:52 PM, Chinmay Kamat chinmaykamat@gmail.com wrote:
I seem to have everything up and running now. Flymake runs fine,
auto-complete is working. Anything else I need to be aware …
-
Since introduced, `ess-r-flymake` is enabled by default in `R-mode` buffers (emacs26 only).
It would feel more *emacsy* imo if this feature could be deactivated, along the lines of `ess-use-company…
-
Thank you for creating flymake-collection! I use it together with Eglot to fill the gaps left by the LSP server (e.g., running ESLint along `typescript-language-server`). However, doing so is a little…
-
We have checked into source control for different projects a .jshintrc file specific to that project.
The use of `'tempdir` instead of `'inplace` with `flymake-easy-load` causes the jshint process to…
-
First of all, nice tool!
I've integrated this tool to Emacs with `flycheck` and `flymake`.
- https://github.com/flycheck/flycheck-ziglint
- https://github.com/flymake/flymake-ziglint
I wond…