Skip to content

Commit

Permalink
Update sweep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danb27 authored Apr 6, 2024
1 parent 42c3def commit 4960332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# For details on our config file, check out our docs at https://docs.sweep.dev/usage/config

# 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.
rules:
- "All new business logic should have corresponding unit tests."
- "Refactor large functions to be more modular."
- "Add docstrings to all functions and file headers."
# rules:
# - "All new business logic should have corresponding unit tests."
# - "Refactor large functions to be more modular."
# - "Add docstrings to all functions and file headers."

# 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'.
branch: 'main'
Expand Down

0 comments on commit 4960332

Please sign in to comment.