Skip to content

Commit

Permalink
Update sweep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkishore committed Dec 22, 2023
1 parent 2be7cfa commit 94d03ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
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."
- "Add docstrings to all functions and file headers in python files."
- "Ensure that any new modules or features adhere to the DSPy framework's syntax and module structure."
- "Maintain modularity and declarative style as per DSPy's design philosophy."
- "All new capabilities or changes should be reflected in the documentation `docs/`."
- "All documentation should be sphinx-compatible: All content covered by .md files should also be covered in well-structured .rst files."
- "Changes must always be synced between .md and .rst files."
- "All Jupyter Notebook examples should also be documented in the `docs` directory, using native, sphinx-parsable documentation."

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

0 comments on commit 94d03ce

Please sign in to comment.