mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1183] [MERGED] Fix Quality Issues using DeepSource #3125
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1183
Author: @moulik-deepsource
Created: 9/23/2020
Status: ✅ Merged
Merged: 9/24/2020
Merged by: @liyasthomas
Base:
refactor← Head:master📝 Commits (6)
f723d69Add .deepsource.toml69f34fcUpdate .deepsource.tomlaecaf35Require default value for propsf1182a9Found unnecessary semicolons.5d8cd35Object.prototypes builtins should not be used directlyc13b377Require type definitions in props📊 Changes
14 files changed (+31 additions, -13 deletions)
View changed files
➕
.deepsource.toml(+13 -0)📝
build.js(+1 -1)📝
components/collections/import-export-collections.vue(+2 -2)📝
components/graphql/queryeditor.vue(+1 -0)📝
components/layout/pw-header.vue(+1 -1)📝
components/settings/swatch.vue(+1 -0)📝
components/ui/ace-editor.vue(+1 -0)📝
components/ui/js-editor.vue(+1 -0)📝
components/ui/tab.vue(+3 -2)📝
components/ui/url-field.vue(+1 -1)📝
helpers/postwomanTesting.js(+1 -1)📝
layouts/default.vue(+1 -1)📝
pages/index.vue(+1 -1)📝
store/postwoman.js(+3 -3)📄 Description
This pull request fixes some of the issues raised by DeepSource on my fork of this repo.
This PR also contains a .deepsource.toml, in case you want to run continuous quality analyses on your repository. If you wish to do so, you can follow these steps:
Merge this PR.
Signup on DeepSource here.
Activate analysis on your repo.
If you don't want to use DeepSource, I can edit the PR to remove the .deepsource.toml file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.