[PR #5237] [MERGED] chore(common): fixes lint errors and clean up code #5123

Closed
opened 2026-03-17 02:35:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5237
Author: @anwarulislam
Created: 7/10/2025
Status: Merged
Merged: 7/11/2025
Merged by: @jamesgeorge007

Base: patchHead: chore/lint-fix


📝 Commits (2)

  • f8dbeca chore(common): fixes lint error
  • e0a5a27 chore: add showKeyIfSecret arg

📊 Changes

6 files changed (+20 additions, -41 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/Headers.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/importExport/ImportExportSteps/UrlImport.vue (+1 -1)
📝 packages/hoppscotch-common/src/helpers/auth/auth-types.ts (+3 -13)
📝 packages/hoppscotch-common/src/helpers/auth/types/aws-signature.ts (+5 -7)
📝 packages/hoppscotch-common/src/helpers/auth/types/jwt.ts (+4 -5)
📝 packages/hoppscotch-common/src/helpers/utils/EffectiveURL.ts (+6 -14)

📄 Description

Address linting issues by refining code structure and removing unnecessary parameters in function calls. This improves code readability and maintains consistency across the codebase.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/5237 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `chore/lint-fix` --- ### 📝 Commits (2) - [`f8dbeca`](https://github.com/hoppscotch/hoppscotch/commit/f8dbecab89dfc6e152053edb3ef60c6c0c6850b7) chore(common): fixes lint error - [`e0a5a27`](https://github.com/hoppscotch/hoppscotch/commit/e0a5a27a687a4fa678b611fdb7c17e1abe00cc2d) chore: add showKeyIfSecret arg ### 📊 Changes **6 files changed** (+20 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/Headers.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/importExport/ImportExportSteps/UrlImport.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/auth/auth-types.ts` (+3 -13) 📝 `packages/hoppscotch-common/src/helpers/auth/types/aws-signature.ts` (+5 -7) 📝 `packages/hoppscotch-common/src/helpers/auth/types/jwt.ts` (+4 -5) 📝 `packages/hoppscotch-common/src/helpers/utils/EffectiveURL.ts` (+6 -14) </details> ### 📄 Description Address linting issues by refining code structure and removing unnecessary parameters in function calls. This improves code readability and maintains consistency across the codebase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:35:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#5123
No description provided.