Skip to content

Commit 82578f7

Browse files
committed
[config] Add ellipsis config
1 parent 51ebdba commit 82578f7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

ellipsis.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 1.3
2+
about:
3+
- "The OSTIS Metasystem is an intelligent computer system designed to provide comprehensive support for all stages of the life cycle of intelligent systems, known as ostis-systems"
4+
- "The OSTIS Metasystem serves as both a project management system and a knowledge portal for designing, producing, operating, and evolving semantically compatible hybrid intelligent systems"
5+
6+
pr_review:
7+
rules:
8+
- "Code should be DRY (Don't Repeat Yourself)"
9+
- "There should be no secrets or credentials in the code"
10+
- "Extremely Complicated Code Needs Comments"
11+
- "Use Descriptive Variable and Constant Names"
12+
- "Don't log sensitive data"
13+
- "Follow the Single Responsibility Principle"
14+
- "Function and Method Naming Should Follow Consistent Patterns"
15+
summary_rules:
16+
- "Don't mention changes if the change is only whitespace"
17+
- "When a rename occurs, mention the old and new file names, but don't mention every single spot where the file renamed occurred"
18+
auto_review_enabled: true
19+
enable_approve_prs: true
20+
21+
pr_address_comments:
22+
delivery: "new_commit"

0 commit comments

Comments
 (0)