reconsumeralization / CodeCurse

CodeCurse AI IDE
MIT License
2 stars 0 forks source link

Sweep: Fix the File structure #6

Closed reconsumeralization closed 1 year ago

reconsumeralization commented 1 year ago

Details

cp: cannot stat 'src/stable/*': No such file or directory

please fix the file structure issues

Checklist - [X] Modify `prepare_vscode.sh` ✓ https://github.com/reconsumeralization/CodeCurse/commit/3f2697ed6a83af762d96ebf30d482eb1e050c59a - [X] Check `prepare_vscode.sh` ✓ https://github.com/reconsumeralization/CodeCurse/commit/5de6d4164ed9f091fbc7f05dbeb58144f9b18196 ![Flowchart](http://24.199.78.105:8082/public/368634e9bde9fbe82a6c51909d745f84c6e6bec7af9e2c10dbc29f5cda7b7f5d_6_flowchart.svg)
sweep-ai[bot] commented 1 year ago

Here's the PR! https://github.com/reconsumeralization/CodeCurse/pull/7.

Sweep Basic Tier: I'm using GPT-4. You have 5 GPT-4 tickets left for the month and 3 for the day.

For more GPT-4 tickets, visit our payment portal. For a one week free trial, try Sweep Pro (unlimited GPT-4 tickets).

Actions (click)


Step 1: 🔎 Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/reconsumeralization/CodeCurse/blob/c872a89c8b169dbd55e29e901743c885065fd39b/prepare_vscode.sh#L1-L55

Step 2: ⌨️ Coding

trunk init 1/3 ✓
⡿ Downloading Trunk 1.17.1...
⡿ Downloading Trunk 1.17.1...
⢿ Downloading Trunk 1.17.1...
⣻ Downloading Trunk 1.17.1...
⣽ Downloading Trunk 1.17.1...
⣾ Downloading Trunk 1.17.1...
⣷ Downloading Trunk 1.17.1...
✔ Downloading Trunk 1.17.1... done
⡿ Verifying Trunk sha256...
✔ Verifying Trunk sha256... done
⡿ Unpacking Trunk...
✔ Unpacking Trunk... done

✔ 15 linters were enabled (.trunk/trunk.yaml)
  actionlint 1.6.26 (2 github-workflow files)
  checkov 3.0.19 (1 docker, 8 json, 11 yaml files)
  git-diff-check (188 files)
  hadolint 2.12.0 (1 docker file) (created .hadolint.yaml)
  markdownlint 0.37.0 (12 markdown files) (created .markdownlint.yaml)
  osv-scanner 1.4.3 (1 lockfile file)
  oxipng 9.0.0 (3 png files)
  prettier 3.0.3 (2 javascript, 8 json, 12 markdown, 68 typescript, 11 yaml files)
  shellcheck 0.9.0 (55 shell files) (created .shellcheckrc)
  shfmt 3.6.0 (55 shell files)
  svgo 3.0.2 (11 svg files) (created svgo.config.js)
  terrascan 1.18.3 (1 docker file)
  trivy 0.46.1 (1 docker, 11 yaml files)
  trufflehog 3.62.1 (189 files)
  yamllint 1.32.0 (11 yaml files) (created .yamllint.yaml)
Next Steps
 1. Read documentation
    Our documentation can be found at https://docs.trunk.io
 2. Get help and give feedback
    Join the Trunk community at https://slack.trunk.io
trunk fmt prepare_vscode.sh || exit 0 2/3 ✓
 ✔ Formatted prepare_vscode.sh
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix --print-failures prepare_vscode.sh 3/3 ✓
  ISSUES  
prepare_vscode.sh:85:65
  85:65  low  Consider invoking this command separately to avoid masking its return value (or use '||  shellcheck/SC2312
              true' to ignore).                                                                                         
 199:60  low  Consider invoking this command separately to avoid masking its return value (or use '||  shellcheck/SC2312
              true' to ignore).                                                                                         
 200:60  low  Consider invoking this command separately to avoid masking its return value (or use '||  shellcheck/SC2312
              true' to ignore).                                                                                         
 205:56  low  Consider invoking this command separately to avoid masking its return value (or use '||  shellcheck/SC2312
              true' to ignore).                                                                                         
Checked 1 file
4 existing issues


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/fix-file-structure.


🎉 Latest improvements to Sweep:


💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord