Skip to content

Commit

Permalink
feat: Updated sweep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 23, 2023
1 parent 008be1d commit d6f2e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ rules:
- "Limit line length to 121 characters."
- "Enable bandit for security checks and add necessary ignores."
- "Avoid using debug logs or print statements in production code. Check for 'print(' or 'console.log(' in the code."
- "All commits must follow conventional commits format."
- "All PR titles must follow conventional commits format."

# 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: 'develop'
Expand Down

0 comments on commit d6f2e5c

Please sign in to comment.