Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Sep 13, 2024
1 parent 89decc9 commit bf1e36f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/sweep-template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Sweep Issue
title: 'Sweep: '
title: "Sweep: "
description: For small bugs, features, refactors, and tests to be handled by Sweep, an AI-powered junior developer.
labels: sweep
body:
Expand Down
11 changes: 3 additions & 8 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"diagnostics.globals": [
"describe",
"it"
],
"diagnostics.disable": [
"undefined-field"
]
}
"diagnostics.globals": ["describe", "it"],
"diagnostics.disable": ["undefined-field"]
}
13 changes: 3 additions & 10 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
"addWords": true
}
],
"dictionaries": [
"cspell-tool"
],
"ignorePaths": [
"node_modules",
"dist",
"build",
"/cspell-tool.txt"
]
}
"dictionaries": ["cspell-tool"],
"ignorePaths": ["node_modules", "dist", "build", "/cspell-tool.txt"]
}
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"extends": ["config:base"]
}
4 changes: 2 additions & 2 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rules:
- "Variable and function names should be meaningful and descriptive."

# This is the branch that Sweep will develop from and make pull requests to. Most people use 'main' or 'master' but some users also use 'dev' or 'staging'.
branch: 'main'
branch: "main"

# By default Sweep will read the logs and outputs from your existing Github Actions. To disable this, set this to false.
gha_enabled: True
Expand All @@ -21,7 +21,7 @@ gha_enabled: True
# Example:
#
# description: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: ''
description: ""

# This sets whether to create pull requests as drafts. If this is set to True, then all pull requests will be created as drafts and GitHub Actions will not be triggered.
draft: False
Expand Down

0 comments on commit bf1e36f

Please # to comment.