devondragon / SpringUserFramework

Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.
Apache License 2.0
88 stars 28 forks source link

Sweep: Add inline comments for each value in application-local.yml-example #49

Closed devondragon closed 1 year ago

devondragon commented 1 year ago

Add inline comments documenting each property in the src/main/resources/application-local.yml-example yaml file. This is a Spring Boot application.

Checklist - [X] Modify `src/main/resources/application-local.yml-example` ✓ https://github.com/devondragon/SpringUserFramework/commit/b34322b2b8a35f219520bc3072fb1cd67b2c0f46 ![Flowchart](https://raw.githubusercontent.com/devondragon/SpringUserFramework/sweep/assets/f62c8d3e9b31584c5d8c1398d0d7b6e6be79bbb65193d06aeb5fabff4b45e448_49_flowchart.svg)
sweep-ai-local[bot] commented 1 year ago

Here's the PR! https://github.com/devondragon/SpringUserFramework/pull/52.

💎 Sweep Pro: I'm using GPT-4. You have 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/devondragon/SpringUserFramework/blob/0f3953de2e6ef2be33e30493489bb24ca8531c28/src/main/resources/application-local.yml-example#L1-L105 https://github.com/devondragon/SpringUserFramework/blob/0f3953de2e6ef2be33e30493489bb24ca8531c28/README.md#L1-L111 https://github.com/devondragon/SpringUserFramework/blob/0f3953de2e6ef2be33e30493489bb24ca8531c28/QUICKSTART.md#L1-L32 https://github.com/devondragon/SpringUserFramework/blob/0f3953de2e6ef2be33e30493489bb24ca8531c28/src/main/resources/application-local.yml-example#L50-L105 https://github.com/devondragon/SpringUserFramework/blob/0f3953de2e6ef2be33e30493489bb24ca8531c28/LICENSE#L80-L200

Step 2: ⌨️ Coding


Step 3: 🔁 Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/add-inline-comments.


🎉 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

devondragon commented 1 year ago

Sweep: Can you put the comments on the same line, after the value, instead of on new lines