jellydn / hurl.nvim

Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.
https://gyazo.com/19492e8b5366cec3f22d5fd97a63f37a
MIT License
157 stars 15 forks source link

[Sweep Rules] Update variable and function names in lua/hurl/main.lua and lua/hurl/utils.lua #67

Closed sweep-ai[bot] closed 9 months ago

sweep-ai[bot] commented 9 months ago

PR Feedback: 👎

I created this PR to address this rule:

"Variable and function names should be meaningful and descriptive."

Description

This PR updates the variable and function names in the files lua/hurl/main.lua and lua/hurl/utils.lua to be more descriptive and reflect their purpose in the code.

Summary of Changes

In lua/hurl/main.lua:

In lua/hurl/utils.lua:

Please review the changes and merge this PR if it meets the requirements.

Note: This PR is part of the Sweep Rules initiative to improve the code quality and maintainability of the Hurl.nvim plugin.

sweep-ai[bot] commented 9 months ago

Rollback Files For Sweep

changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: 5822746fcd248b83578b7624e998f66f1a2b8836

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR