Skip to content

refactor(eslint): use vim.lsp.buf.code_action to implement :EslintFixAll #3146

refactor(eslint): use vim.lsp.buf.code_action to implement :EslintFixAll

refactor(eslint): use vim.lsp.buf.code_action to implement :EslintFixAll #3146

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: pip install codespell
- name: Use codespell
run: codespell --quiet-level=2 --check-hidden --skip=./doc/server_configurations.md,./doc/server_configurations.txt --ignore-words=.codespellignorewords