-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathellipsis.yaml
23 lines (21 loc) · 1.15 KB
/
ellipsis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 1.3
about:
- "scp-machine is a C++ software interpreter designed to execute programs written in the basic programming language of the OSTIS Technology"
- "scp-machine extends the capabilities of the sc-machine, which serves as a platform for developing intelligent agents based on knowledge representation and processing"
- "scp-machine interprets programs that are structured as knowledge graphs, utilizing the SCP (Semantic Code Programming) Language"
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"