Skip to content

Commit

Permalink
build: Update sweep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriytkach authored Dec 16, 2023
1 parent a1169de commit 62878f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

# 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:
- "Use 'final' keyword for all function parameters and local variables, including exception declarations."
- "Use 'ex' for exception variable in catch clause."
- "Prefer stream api over loops, prefer functional style code."
- "All new business logic should have corresponding unit tests."
- "Refactor large functions to be more modular."
- "Add javadoc to all functions except one-liners."
Expand All @@ -19,7 +22,7 @@ gha_enabled: True
# Example:
#
# description: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: 'AWS Lambda function written on Quarkus that responds to http requests, stores data in DynamoDB, reads recrets from AWS Systems Manager'
description: 'AWS Lambda function written in Java 17 using Quarkus that responds to http requests, stores data in DynamoDB, reads recrets from AWS Systems Manager'

# 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.
draft: False
Expand Down

0 comments on commit 62878f4

Please sign in to comment.