mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-19 06:49:46 +08:00
Update instructions for humans and agents
CI / Build (push) Has been cancelled
CI / Neovim 0.10 Windows (push) Has been cancelled
CI / Neovim 0.12 Windows (push) Has been cancelled
CI / Vim 8.2 Windows (push) Has been cancelled
CI / Vim 9.2 Windows (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Lua (push) Has been cancelled
CI / Neovim 0.10 Linux (push) Has been cancelled
CI / Neovim 0.12 Linux (push) Has been cancelled
CI / Vim 8.2 Linux (push) Has been cancelled
CI / Vim 9.2 Linux (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Neovim 0.10 Windows (push) Has been cancelled
CI / Neovim 0.12 Windows (push) Has been cancelled
CI / Vim 8.2 Windows (push) Has been cancelled
CI / Vim 9.2 Windows (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Lua (push) Has been cancelled
CI / Neovim 0.10 Linux (push) Has been cancelled
CI / Neovim 0.12 Linux (push) Has been cancelled
CI / Vim 8.2 Linux (push) Has been cancelled
CI / Vim 9.2 Linux (push) Has been cancelled
This commit is contained in:
+18
-3
@@ -202,9 +202,24 @@ See |ale-development-linter-tests| for more information on how to write linter
|
||||
tests.
|
||||
|
||||
When you add new linters or fixers, make sure to add them into the tables in
|
||||
supported-tools.md and |ale-supported-languages-and-tools.txt|. If you forget to
|
||||
keep them both in sync, you should see an error like the following in the
|
||||
builds run for GitHub Actions.
|
||||
`../supported-tools.md` and |ale-supported-languages-and-tools.txt|.
|
||||
|
||||
The supported tools lists are very long, so please bear in mind the meanings
|
||||
of the emojis and special characters in the Vim help file.
|
||||
>
|
||||
| Key | Definition |
|
||||
| -------------- | ----------------------------------------------------- |
|
||||
|:speech_balloon:| Language Server Protocol (LSP) |
|
||||
| :floppy_disk: | Only runs on disk (see: `help ale-lint-file-linters`) |
|
||||
| :warning: | Disabled by default |
|
||||
<
|
||||
>
|
||||
`^` No linters for text or Vim help filetypes are enabled by default.
|
||||
`!!` These linters check only files on disk. See |ale-lint-file-linters|
|
||||
<
|
||||
|
||||
If you forget to keep them both in sync, you should see an error like the
|
||||
following in the builds run for GitHub Actions.
|
||||
>
|
||||
========================================
|
||||
diff supported-tools.md and doc/ale-supported-languages-and-tools.txt tables
|
||||
|
||||
Reference in New Issue
Block a user