From ade9c63a4002282dce1d60128299f7cf2a980ddb Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Tue, 10 Dec 2024 10:30:58 -0500 Subject: [PATCH] Emacs editor integration of ansible-lint ansible/ansible-lint#1326 (#2239) (cherry picked from commit 2cf205396e4ed0ee7986d462a07ded3ddad6201f) --- docs/docsite/rst/community/other_tools_and_programs.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 9699827e8ba..06611c0d154 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -25,6 +25,7 @@ A free, open-source text editor and IDE that supports auto-indentation, syntax h * `jinja2-mode `_ - Jinja2 highlighting and syntax checking. * `magit-mode `_ - Git porcelain within Emacs. * `lsp-mode `_ - Ansible syntax highlighting, auto-completion and diagnostics. +* `flymake-ansible-lint `_ - Ansible Lint integration with automatic/continuous annotation of errors, warnings, and info while editing. PyCharm