Update CONTRIBUTING.md
Minor fix and correct CI path
This commit is contained in:
parent
61179b7670
commit
f8d1e484f9
1 changed files with 3 additions and 3 deletions
|
|
@ -167,10 +167,10 @@ Vimspector creator.
|
|||
### Code Style
|
||||
|
||||
The code style of the Python code is "YCM" style, because that's how I like it.
|
||||
[`flake8`][] is used to check for certain errors and code style.
|
||||
`flake8` is used to check for certain errors and code style.
|
||||
|
||||
The code style of the Vimscript is largely the same, and it is linted by
|
||||
[`vint`][].
|
||||
`vint`.
|
||||
|
||||
To run them:
|
||||
|
||||
|
|
@ -182,7 +182,7 @@ To run them:
|
|||
|
||||
They're also run by CI, so please check for lint failures. The canonical
|
||||
definition of the command to run is the command run in CI, i.e. in
|
||||
`azure-pipelines.yml`.
|
||||
`.git/workflows/build.yml`.
|
||||
|
||||
# Code of conduct
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue