mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Added new rules to sweep.yaml
This commit is contained in:
@@ -4,6 +4,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.
|
# 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:
|
rules:
|
||||||
- "All docstrings and comments should be up to date."
|
- "All docstrings and comments should be up to date."
|
||||||
|
- "Ensure consistent indentation and spacing throughout the code."
|
||||||
|
- "Use meaningful variable and function names that accurately describe their purpose."
|
||||||
|
- "Avoid using magic numbers or hard-coded values. Instead, use constants or variables to improve code readability and maintainability."
|
||||||
- "Remove commented-out code and unused imports to keep the codebase clean and organized."
|
- "Remove commented-out code and unused imports to keep the codebase clean and organized."
|
||||||
- "Follow a consistent naming convention for files, functions, and variables to improve code readability and maintainability."
|
- "Follow a consistent naming convention for files, functions, and variables to improve code readability and maintainability."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user