An FYI to #Flycheck users out there.

For a few days I've doing a massive cleanup on the issues, the docs and the codebase, and I've been aggressive closing tickets (with or without fixing them) and removing support for obsolete linters.

As you can imagine - that's a preparation step for the next release, so adventurous folks are invited to play with the latest snapshots from MELPA.

#Emacs

flycheck-eglot 1.0 was recently tagged. (see https://github.com/flycheck/flycheck-eglot) The project has been in a stable state for a while now and the version 1.0 reflects this. I know most Eglot users are probably using Flymake these days, but in the land of Emacs it's good to have options. ;-)

#Emacs #LSP #Flycheck

GitHub - flycheck/flycheck-eglot: Flycheck support for eglot

Flycheck support for eglot. Contribute to flycheck/flycheck-eglot development by creating an account on GitHub.

GitHub

I think that my Python code editor is ready for 2026!

Using Flycheck and happy about how simple it was to add a custom syntax checker. 👏

I've configured my Emacs to auto-switch between flake8 or ruff, and mypy or the brand new type checker "ty" depending on what's in the local environment.

Pull request to my emacs configuration with details about the implementation:
https://github.com/DavidVujic/my-emacs-config/pull/23/changes

#python #emacs #mypy #flake8 #ruff #ty #elisp #flycheck

It includes .dir-locals.el setting Teensyduino defaults for Flycheck/Emacs...

#emacs #teensy #teensyduino #flycheck

https://codeberg.org/zabuxx/Fontsy/src/branch/main/Fontsy/.dir-locals.el

Fontsy/Fontsy/.dir-locals.el at main

Fontsy - Simple Teensy MIDI synthesizer using Wavetable, Additive, Subtractive and FM synthesis

Codeberg.org
#Urgh Apparently, I cannot get the #FlyCheck #LanguageTool plugin for #Emacs to recognise #AucTeX. The checker only wants to work for work plain #latex mode. This is even after adding LaTeX-mode to flycheck-languagetool-active-modes...
Why is setting up #Rust with #flycheck on #emacs so complicated? I'm using the rustc, cargo, clippy and rust-analyzer packages from oxalica's rust-overlay repo.


My Emacs config is over at
gitlab.com/zstg/nixos-config/-/blob/main/hosts/Krypton/programs/rice/stigmacs/stigmacs.org.

Any
#rustaceans facing this predicament?

flycheck-mode returns a 101.
hosts/Krypton/programs/rice/stigmacs/stigmacs.org · main · ZeStig / NixOS config · GitLab

GitLab.com

GitLab
[bug#76605] gnu: Add emacs-flycheck-deno - Patchwork

#Emacs users:

Has anyone seen a #flycheck equivalent to:

#LTeX

https://valentjn.github.io/ltex/index.html

LTeX is a shim over local #LanguageTool (local and remote) that is markup aware: It skips over verbatim and other markup!

I am a bit tired of the false-positives concerning verbatim mode in LanguageTool

I am aware of the LTeX-lsp server, however, flycheck...

LTeX – Grammar/Spell Checker Using LanguageTool with Support for LaTeX, Markdown, and Others | LTeX

What's your favorite #emacs, #python, and #orgmode setup?

Preferably with #LSP and #flycheck, but I can adapt.

I'm going to be using #msfabric soonish, but my experience and opinion is that it's too slow to really work with for quick iterations and poking at things.

I gave up on #emacs #lsp-mode. I am an emacs fan, still. But this got out of hand. It was already hard to get 3 non-gradle/maven projects in, configure key bindings and non-intrusive #flycheck reporting, code suggestions/refactorings as provided by eclipse. Then I tried a small gradle project and got weird error messages: "...is not on the classpath of project , only syntax errors are reported". For fun see the extra-weirdo fixes proposed on the net. 🤦‍♀️ For now I am out.😢 ❓