Skip to content

Commit 0da915d

Browse files
committed
tip on signature
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 88f3701 commit 0da915d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sources/reference/developing/guidelines.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ def change_the_system(
140140
return {}
141141
```
142142
143+
!!! tip
144+
145+
Always finish the signature with the `configuration` and `secrets`
146+
arguments. This is merely code readability convention as neither Python
147+
nor Chaos Toolkit will care. However, this will be consistent across
148+
the entire Chaos Toolkit code base.
149+
143150
Since we have just added this action in a new module, we'll also make the
144151
module discoverable as follows:
145152

0 commit comments

Comments
 (0)