Skip to content

Commit

Permalink
Fix typos (#4745)
Browse files Browse the repository at this point in the history
  • Loading branch information
elig0n authored Mar 20, 2024
1 parent 712b4b3 commit 6c10a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ale.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ script like so. >
exec docker run -i --rm -v "$(pwd):/data" cytopia/pylint "$@"
<

You will run to run Docker commands with `-i` in order to read from stdin.
You will want to run Docker commands with `-i` in order to read from stdin.

With the above script in mind, you might configure ALE to lint your Python
project with `pylint` by providing the path to the script to execute, and
mappings which describe how to between the two file systems in your
mappings which describe how to change between the two file systems in your
`python.vim` |ftplugin| file, like so: >
if expand('%:p') =~# '^/home/w0rp/git/test-pylint/'
Expand Down

0 comments on commit 6c10a51

Please sign in to comment.