mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #195] [CLOSED] feat: semistandard linting #2473
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#2473
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/195
Author: @mdt2
Created: 10/16/2019
Status: ❌ Closed
Base:
master← Head:feat--semistandard-linting📝 Commits (3)
5ff7d49feat: add semistandard linterf341c7cfix: run semistandard --fix to fix some linting errors6c9584ffix: semistandard to ignore tests📊 Changes
22 files changed (+1282 additions, -392 deletions)
View changed files
📝
assets/js/curlparser.js(+204 -206)📝
assets/js/pwa.js(+5 -7)📝
build.js(+17 -18)📝
directives/textareaAutoHeight.js(+6 -6)📝
middleware/parsedefaulturl.js(+3 -3)📝
nuxt.config.js(+26 -26)📝
package-lock.json(+933 -44)📝
package.json(+8 -1)📝
plugins/vuex-persist.js(+3 -3)📝
store/index.js(+1 -1)📝
store/postwoman.js(+25 -26)📝
tests/e2e/integration/app.starter.spec.js(+3 -3)📝
tests/e2e/integration/feature.url-queries.spec.js(+43 -43)➕
tests/e2e/screenshots/app.starter.spec.js/Visit home -- Have a page title with Postwoman (failed).png(+0 -0)➕
tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to DELETE with url query (failed).png(+0 -0)➕
tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to HEAD with url query (failed).png(+0 -0)➕
tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to OPTIONS with url query (failed).png(+0 -0)➕
tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to POST with url query (failed) (1).png(+0 -0)➕
tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to POST with url query (failed).png(+0 -0)➕
tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to PUT with url query (failed).png(+0 -0)...and 2 more files
📄 Description
Work done to address issue #98
Description of work
semistandard --fixfeature to fix some of the existing linting errorsTo test
Pull down the branch and run
npm run lintto see semistandard in action🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.