Skip to content

Commit

Permalink
Update sweep.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ar4s <[email protected]>
  • Loading branch information
ar4s-gh authored Jul 14, 2024
1 parent e7b0e9d commit d4d159a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
rules:
- "All new business logic should have corresponding unit tests."
- "Refactor large functions to be more modular."
- "Each example script in /examples should have a corresponding manual GitHub action created."
- "Add docstrings to all functions and file headers."
- "Add and use fabric (https://github.com/danielmiessler/fabric) as a library for this repository"
- "Add fabric (https://github.com/danielmiessler/fabric) as a library for this repository"
- "Commend all of your code like -> https://github.com/divnix/std"
- "Use f-strings for string formatting in logger calls (e.g., logger.info(f'Hello {name}') instead of logger.info('Hello {name}', name=name))."
- "Ensure all functions have parameters and output annotated with type hints."
Expand Down

0 comments on commit d4d159a

Please sign in to comment.