Skip to content

Commit

Permalink
tip on signature
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Apr 29, 2024
1 parent 88f3701 commit 0da915d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sources/reference/developing/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@ def change_the_system(
return {}
```

!!! tip

Always finish the signature with the `configuration` and `secrets`
arguments. This is merely code readability convention as neither Python
nor Chaos Toolkit will care. However, this will be consistent across
the entire Chaos Toolkit code base.

Since we have just added this action in a new module, we'll also make the
module discoverable as follows:

Expand Down

0 comments on commit 0da915d

Please sign in to comment.