-
Notifications
You must be signed in to change notification settings - Fork 964
feat!: show input from a new line #4727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
33405f6
d6e3199
1518484
fd1a7b2
b685355
3f1c644
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,16 +31,19 @@ packages | |
| └── web | ||
|
|
||
| ❯ echo "build(api): change something in api's build" | commitlint | ||
| ⧗ input: build(api): change something in api's build | ||
| ⧗ --- input --- | ||
| build(api): change something in api's build | ||
| ✔ found 0 problems, 0 warnings | ||
|
|
||
|
Comment on lines
33
to
37
|
||
| ❯ echo "test(foo): this won't pass" | commitlint | ||
| ⧗ input: test(foo): this won't pass | ||
| ⧗ --- input --- | ||
| test(foo): this won't pass | ||
| ✖ scope must be one of [api, app, web] [scope-enum] | ||
| ✖ found 1 problems, 0 warnings | ||
|
|
||
| ❯ echo "ci: do some general maintenance" | commitlint | ||
| ⧗ input: ci: do some general maintenance | ||
| ⧗ --- input --- | ||
| ci: do some general maintenance | ||
| ✔ found 0 problems, 0 warnings | ||
| ``` | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -97,16 +97,19 @@ packages | |
| └── web | ||
|
|
||
| ❯ echo "build(api): change something in api's build" | commitlint | ||
| ⧗ input: build(api): change something in api's build | ||
| ⧗ --- input --- | ||
| build(api): change something in api's build | ||
| ✔ found 0 problems, 0 warnings | ||
|
|
||
|
Comment on lines
99
to
103
|
||
| ❯ echo "test(foo): this won't pass" | commitlint | ||
| ⧗ input: test(foo): this won't pass | ||
| ⧗ --- input --- | ||
| test(foo): this won't pass | ||
| ✖ scope must be one of [api, app, web] [scope-enum] | ||
| ✖ found 1 problems, 0 warnings | ||
|
|
||
| ❯ echo "ci: do some general maintenance" | commitlint | ||
| ⧗ input: ci: do some general maintenance | ||
| ⧗ --- input --- | ||
| ci: do some general maintenance | ||
| ✔ found 0 problems, 0 warnings | ||
| ``` | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,16 +28,19 @@ packages | |
| └── web | ||
|
|
||
| ❯ echo "build(api): change something in api's build" | commitlint | ||
| ⧗ input: build(api): change something in api's build | ||
| ⧗ --- input --- | ||
| build(api): change something in api's build | ||
| ✔ found 0 problems, 0 warnings | ||
|
Comment on lines
30
to
33
|
||
|
|
||
| ❯ echo "test(foo): this won't pass" | commitlint | ||
| ⧗ input: test(foo): this won't pass | ||
| ⧗ --- input --- | ||
| test(foo): this won't pass | ||
| ✖ scope must be one of [api, app, web] [scope-enum] | ||
| ✖ found 1 problems, 0 warnings | ||
|
|
||
| ❯ echo "ci: do some general maintenance" | commitlint | ||
| ⧗ input: ci: do some general maintenance | ||
| ⧗ --- input --- | ||
| ci: do some general maintenance | ||
| ✔ found 0 problems, 0 warnings | ||
| ``` | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,16 +28,19 @@ packages | |
| └── web | ||
|
|
||
| ❯ echo "build(api): change something in api's build" | commitlint | ||
| ⧗ input: build(api): change something in api's build | ||
| ⧗ --- input --- | ||
| build(api): change something in api's build | ||
| ✔ found 0 problems, 0 warnings | ||
|
Comment on lines
30
to
33
|
||
|
|
||
| ❯ echo "test(foo): this won't pass" | commitlint | ||
| ⧗ input: test(foo): this won't pass | ||
| ⧗ --- input --- | ||
| test(foo): this won't pass | ||
| ✖ scope must be one of [api, app, web] [scope-enum] | ||
| ✖ found 1 problems, 0 warnings | ||
|
|
||
| ❯ echo "ci: do some general maintenance" | commitlint | ||
| ⧗ input: ci: do some general maintenance | ||
| ⧗ --- input --- | ||
| ci: do some general maintenance | ||
| ✔ found 0 problems, 0 warnings | ||
| ``` | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.