-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from NikitaZotov/feat/ellipsis
[ci] Add ellipsis.yaml
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" |