Update CONTRIBUTING.md

Minor fix and correct CI path
This commit is contained in:
Ben Jackson 2020-12-18 17:10:29 +00:00 committed by GitHub
commit f8d1e484f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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