From 4960332d939fc086b60548be572ebdee044c0d08 Mon Sep 17 00:00:00 2001 From: Dan Bianchini Date: Sat, 6 Apr 2024 02:37:01 -0700 Subject: [PATCH] Update sweep.yaml --- sweep.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sweep.yaml b/sweep.yaml index 89e1d02..a3b386f 100644 --- a/sweep.yaml +++ b/sweep.yaml @@ -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'