You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sweep.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
rules:
6
6
- "All new business logic should have corresponding unit tests."
7
7
- "Refactor large functions to be more modular."
8
-
- "Add docstrings to all functions and file headers."
8
+
- "Add javadoc to all functions except one-liners."
9
+
- "Update the README.md file whenever a new feature is added. Make sure to include a description of the feature and any new commands."
9
10
10
11
# 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'.
11
12
branch: 'main'
@@ -18,7 +19,7 @@ gha_enabled: True
18
19
# Example:
19
20
#
20
21
# description: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
21
-
description: ''
22
+
description: 'AWS Lambda function written on Quarkus that responds to http requests, stores data in DynamoDB, reads recrets from AWS Systems Manager'
22
23
23
24
# 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.
0 commit comments