Skip to content

Commit

Permalink
Clarify development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 28, 2024
1 parent be183a0 commit d1081f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ENTRYPOINT ["/usr/bin/supervisord"]

- There should be no empty lines with whitespaces, or line endings with whitespaces. Moreover, there should be a line break at the end of each code file unless the specific code file format should not have one. If there is not, it is okay, but include the line break with your Pull Requests if possible.

- Try using [`codespell`](https://github.com/codespell-project/codespell) or any other code spelling checker that can check text spelling errors before finalizing your pull request.
- Try using [`codespell`](https://github.com/codespell-project/codespell) or any other code spelling checker including the Visual Studio Code [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker), that can check spelling errors in the codebase before finalizing your pull request. Note that some fixes may be false positives, so please check the fixes manually.

## Code Guide

Expand Down

0 comments on commit d1081f9

Please sign in to comment.