Adding linting note to CONTRIBUTING.md
This commit is contained in:
parent
7c5e660bd1
commit
417b5a5e09
|
|
@ -144,8 +144,12 @@ Tests can then be run with:
|
||||||
|
|
||||||
Lint the project with:
|
Lint the project with:
|
||||||
|
|
||||||
|
# for python changes
|
||||||
flake8 changes tests
|
flake8 changes tests
|
||||||
|
|
||||||
|
# for javascript
|
||||||
|
npm run lint
|
||||||
|
|
||||||
## API documentation
|
## API documentation
|
||||||
|
|
||||||
Generate the documentation with:
|
Generate the documentation with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue