aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/problem_matchers
Commit message (Collapse)AuthorAgeFilesLines
* fix(docs): handle config errors, document rename #4192Justin M. Keyes2025-11-161-30/+0
| | | | | | | | | | | | | | | Problem: If a config throws an error it fails the entire doc generation. Solution: Handle config error in docgen. Unfortunately, this doesn't show the error message, it shows: loop or previous error loading module 'lsp.volar' instead of the actual `error('…')` message. So meanwhile, document the current deprecation/rename pattern and use `vim.notify()` instead.
* ci: add Selene linter (#904)Peter Lithammer2021-11-151-0/+30
* see https://github.com/Kampfkarren/selene