Skip to content

Commit 097d982

Browse files
authored
Update sweep
1 parent 2c5b598 commit 097d982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sweep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This setting contains a list of rules that Sweep will check for. If any of these rules are broken in a new commit, Sweep will create an pull request to fix the broken rule.
55
rules:
66
- "All docstrings and comments should be up to date."
7-
['All new business logic should have corresponding unit tests.', 'Refactor large functions to be more modular.', 'Add docstrings to all functions and file headers.']
7+
- "All new logic should have corresponding unit tests."
88

99
# This is the branch that Sweep will develop from and make pull requests to. Most people use 'main' or 'master' but some users also use 'dev' or 'staging'.
1010
branch: 'main'
@@ -17,7 +17,7 @@ gha_enabled: True
1717
# Example:
1818
#
1919
# description: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
20-
description: ''
20+
description: 'DynamicQuantities.jl is a Julia project for physical units stored in a single static type.'
2121

2222
# This sets whether to create pull requests as drafts. If this is set to True, then all pull requests will be created as drafts and GitHub Actions will not be triggered.
2323
draft: False

0 commit comments

Comments
 (0)