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
129 stars 14 forks source link

[Sweep Rules] Fix inconsistent header name in main.lua #137

Closed sweep-ai[bot] closed 4 months ago

sweep-ai[bot] commented 4 months ago

PR Feedback: 👎

I created this PR to address this rule:

"Author names should be consistent and use proper formatting."

Description

This PR fixes the issue of inconsistent header names in the main.lua file of the hurl.nvim repository. The on_output function has been modified to ensure consistent header parsing and handling. The previous implementation was not handling all cases correctly, leading to inconsistent behavior.

Summary of Changes

This PR addresses the reported issue and ensures consistent header parsing and handling in the main.lua file.

sweep-ai[bot] commented 4 months ago

Rollback Files For Sweep

changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: 111ba01a270e49ae37cddc6aaf5e7bb72d925a02

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