-
Hello, I'm back again with a question :)
On one of my projects I am excluding some file names/paths from mypy, in particular we don't want to run mypy on our tests. I have it set up in our `pyproj…
-
Hi,
I noticed a very specific issue where the flymake ouput is inconsistent with the `ruff` CLI output. This happens in particular when importing something from the repository I am working in (i.e …
Duy-X updated
2 weeks ago
-
Hi,
Is flymake currently supported or are there any plans to support it?
-
@jcs090218 I believe that this doesn't work when the `flymake` error takes multiple lines. Consider that I'm using `eglot` with the `haskell-language-server-wrapper` LSP server.
In particular looki…
-
Does general.el provide any support for Emacs's `repeat-map`? If not, would you consider supporting it? (I understand there is a [rewrite coming](https://github.com/noctuid/general.el/issues/497) whic…
-
I made the assumption that because lsp-mode supports flymake, that lsp-ui would as well, but that doesnt appear to be the case
are there any plans for flymake support in this package? flymake feels…
-
I encounter an error when I type `M-x helm-flymake`, here is the backtrace
> Debugger entered--Lisp error: (void-variable flymake-err-info)
> helm-flymake-get-err-list()
> helm-flymake-get-er…
-
Puppet has nice `parser validate` command which can be used together with flymake. Please take a look at @lurdan/puppet-syntax-emacs fork for sample implementation.
-
Currently, `flymake-collection-vale` either passes the extension of the current buffer to vale (as ".ext=EXTENSION") or doesn't pass an extension at all. It'd be nice if the user were given an option …
-
### Confirmation
- [X] I have checked the documentation (README, Wiki, docstrings, etc)
- [ ] I am checking these without reading them.
- [X] I have searched previous issues to see if my question is…