Skip to content

Commit

Permalink
Explain that using shell functionality is forbidden. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Jul 5, 2019
1 parent b347f00 commit 785b071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/markdown/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,9 @@ line switches.
- Prefer specific solutions to generic frameworks. Solve the end
user's problems rather than providing them tools to do it
themselves.

- Never use features of the Unix shell (or Windows shell for that
matter). Doing things like forwaring output with `>` or invoking
multiple commands with `&&` are not permitted. Whenever these sorts
of requirements show up, write an internal Python script with the
desired functionality and use that instead.

0 comments on commit 785b071

Please sign in to comment.