-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathellipsis.yaml
22 lines (20 loc) · 959 Bytes
/
ellipsis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 1.3
about:
- "sc-component-manager is a software package manager for components within the OSTIS Technology"
- "sc-component-manager allows ostis-systems to install reusable components for intelligent systems made with the OSTIS Technology"
pr_review:
rules:
- "Code should be DRY (Don't Repeat Yourself)"
- "There should be no secrets or credentials in the code"
- "Extremely Complicated Code Needs Comments"
- "Use Descriptive Variable and Constant Names"
- "Don't log sensitive data"
- "Follow the Single Responsibility Principle"
- "Function and Method Naming Should Follow Consistent Patterns"
summary_rules:
- "Don't mention changes if the change is only whitespace"
- "When a rename occurs, mention the old and new file names, but don't mention every single spot where the file renamed occurred"
auto_review_enabled: true
enable_approve_prs: true
pr_address_comments:
delivery: "new_commit"