From a43c21c128d1590eabea622f178ad99e392a8cdc Mon Sep 17 00:00:00 2001 From: Hunter Brooks Date: Thu, 11 Jan 2024 17:20:56 -0500 Subject: [PATCH] Update ellipsis.yaml --- ellipsis.yaml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/ellipsis.yaml b/ellipsis.yaml index dff2e7d..4a63708 100644 --- a/ellipsis.yaml +++ b/ellipsis.yaml @@ -1,6 +1,6 @@ version: 1.1 -workspace_type: "github_codespaces" +workspace_type: "internal_ec2" commands: - name: "build" @@ -18,25 +18,5 @@ pr_review: auto_review_enabled: true auto_summarize_pr: true user_overrides: - - usernames: ["nsbradford"] - auto_review_enabled: true - -# TODO -# about: -# - Uses FastAPI and Next.js. -# pr_review: -# auto_review: False -# sensitivity: 0.5 -# rules: -# - "Don’t use spread syntax when transforming between javascript objects. Instead: Explicitly destructure all attributes that you want to pass into a new object for better readability" -# - "Use verb prefix is, has, or can in boolean variable names" -# - | -# Avoid calling Array#push with the direct result of a function call -# ``` -# // GOOD: -# const intermediateArray = functionThatReturnsArray() -# existingArray.push(...intermediateArray) - -# // BAD: -# existingArray.push(...functionThatReturnsArray()) -# ``` + - usernames: ["hbrooks"] + auto_review_enabled: false