Skip to content

Commit

Permalink
Add step to run lint before raising a PR
Browse files Browse the repository at this point in the history
The PR check fails for lint issues. It will be better to fix them beforehand.
  • Loading branch information
deepesh-verma committed Dec 3, 2022
1 parent 0afa9da commit f464388
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ Testing the changes
- Run `npm run compile`.
- Go to the debug panel on the sidebar and launch the development version with the extension loaded (first option in the debug profiles).
- Refer to `VS Code Extension Documentation <https://code.visualstudio.com/api>`_ for additional resources.

Submitting a PR
+++++++++++++++

- Please make sure to run `npm run lint` and verify there are no errors/warnings.
- You can run `npm run lint:fix` to fix the lint issues.

0 comments on commit f464388

Please sign in to comment.