Skip to content
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

DX-2260: Added new events in history node #2018

Merged
merged 1 commit into from
Nov 1, 2023

DX-2260: Added new events in history

1bd7cb5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

DX-2260: Added new events in history node #2018

DX-2260: Added new events in history
1bd7cb5
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / remark-lint completed Nov 1, 2023 in 1s

reviewdog [remark-lint] report

reported by reviewdog 🐶

Findings (27)

_includes/complete-url.md|18 col 15| Do not use headings with similar content (6:1) no-duplicate-headings remark-lint
_includes/custom-styling.md|111 col 48| Found unused definition no-unused-definitions remark-lint
_includes/one-click-payments.md|256 col 42| Do not use headings with similar content (202:1) no-duplicate-headings remark-lint
_includes/one-click-payments.md|278 col 48| Do not use headings with similar content (228:1) no-duplicate-headings remark-lint
_includes/order-items.md|55 col 66| Found unused definition no-unused-definitions remark-lint
_includes/payment-order-get.md|127 col 53| Move definitions to the end of the file (after the node at line 128) final-definition remark-lint
_includes/payment-order-recur.md|433 col 32| Do not use headings with similar content (424:1) no-duplicate-headings remark-lint
_includes/payment-order-unscheduled.md|444 col 34| Do not use headings with similar content (434:1) no-duplicate-headings remark-lint
_includes/payout.md|799 col 63| Move definitions to the end of the file (after the node at line 802) final-definition remark-lint
_includes/payout.md|800 col 59| Move definitions to the end of the file (after the node at line 802) final-definition remark-lint
_includes/prices.md|84 col 19| Heading levels should increment by one level at a time heading-increment remark-lint
_includes/recurring-card-payments.md|136 col 29| Heading levels should increment by one level at a time heading-increment remark-lint
_includes/settlement-reconciliation.md|325 col 73| Move definitions to the end of the file (after the node at line 326) final-definition remark-lint
_includes/unscheduled-purchase.md|26 col 1| Remove 1 line before node no-consecutive-blank-lines remark-lint
_includes/vipps-payments-capture.md|84 col 116| Found unused definition no-unused-definitions remark-lint
checkout-v3/modules-sdks/index.md|110 col 87| Found unused definition no-unused-definitions remark-lint
checkout-v3/modules-sdks/index.md|114 col 87| Found unused definition no-unused-definitions remark-lint
checkout-v3/modules-sdks/index.md|115 col 87| Found unused definition no-unused-definitions remark-lint
checkout-v3/payment-presentations.md|190 col 67| Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
checkout-v3/payment-presentations.md|198 col 56| Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
checkout-v3/payment-presentations.md|203 col 56| Don’t use emphasis to introduce a section, use a heading no-emphasis-as-heading remark-lint
checkout-v3/payment-presentations.md|270 col 60| Found unused definition no-unused-definitions remark-lint
checkout-v3/payment-presentations.md|278 col 62| Found unused definition no-unused-definitions remark-lint
checkout-v3/resources/release-notes.md|905 col 59| Found unused definition no-unused-definitions remark-lint
checkout-v3/resources/release-notes.md|963 col 37| Do not use definitions with the same identifier (961:1) no-duplicate-definitions remark-lint
old-implementations/payment-instruments-v1/card/index.md|181 col 84| Found unused definition no-unused-definitions remark-lint
old-implementations/payment-instruments-v1/invoice/index.md|100 col 56| Found unused definition no-unused-definitions remark-lint

Filtered Findings (0)

Annotations

Check warning on line 18 in _includes/complete-url.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/complete-url.md#L18

Do not use headings with similar content (6:1)                          no-duplicate-headings       remark-lint
Raw output
    18:1-18:15  warning  Do not use headings with similar content (6:1)                          no-duplicate-headings       remark-lint

Check warning on line 111 in _includes/custom-styling.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/custom-styling.md#L111

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
  111:1-111:48  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 256 in _includes/one-click-payments.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/one-click-payments.md#L256

Do not use headings with similar content (202:1)                        no-duplicate-headings       remark-lint
Raw output
  256:1-256:42  warning  Do not use headings with similar content (202:1)                        no-duplicate-headings       remark-lint

Check warning on line 278 in _includes/one-click-payments.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/one-click-payments.md#L278

Do not use headings with similar content (228:1)                        no-duplicate-headings       remark-lint
Raw output
  278:1-278:48  warning  Do not use headings with similar content (228:1)                        no-duplicate-headings       remark-lint

Check warning on line 55 in _includes/order-items.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/order-items.md#L55

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
    55:1-55:66  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 127 in _includes/payment-order-get.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/payment-order-get.md#L127

Move definitions to the end of the file (after the node at line `128`)  final-definition            remark-lint
Raw output
  127:1-127:53  warning  Move definitions to the end of the file (after the node at line `128`)  final-definition            remark-lint

Check warning on line 433 in _includes/payment-order-recur.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/payment-order-recur.md#L433

Do not use headings with similar content (424:1)                        no-duplicate-headings       remark-lint
Raw output
  433:1-433:32  warning  Do not use headings with similar content (424:1)                        no-duplicate-headings       remark-lint

Check warning on line 444 in _includes/payment-order-unscheduled.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/payment-order-unscheduled.md#L444

Do not use headings with similar content (434:1)                        no-duplicate-headings       remark-lint
Raw output
  444:1-444:34  warning  Do not use headings with similar content (434:1)                        no-duplicate-headings       remark-lint

Check warning on line 799 in _includes/payout.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/payout.md#L799

Move definitions to the end of the file (after the node at line `802`)  final-definition            remark-lint
Raw output
  799:1-799:63  warning  Move definitions to the end of the file (after the node at line `802`)  final-definition            remark-lint

Check warning on line 800 in _includes/payout.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/payout.md#L800

Move definitions to the end of the file (after the node at line `802`)  final-definition            remark-lint
Raw output
  800:1-800:59  warning  Move definitions to the end of the file (after the node at line `802`)  final-definition            remark-lint

Check warning on line 84 in _includes/prices.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/prices.md#L84

Heading levels should increment by one level at a time                  heading-increment           remark-lint
Raw output
    84:1-84:19  warning  Heading levels should increment by one level at a time                  heading-increment           remark-lint

Check warning on line 136 in _includes/recurring-card-payments.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/recurring-card-payments.md#L136

Heading levels should increment by one level at a time                  heading-increment           remark-lint
Raw output
  136:1-136:29  warning  Heading levels should increment by one level at a time                  heading-increment           remark-lint

Check warning on line 325 in _includes/settlement-reconciliation.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/settlement-reconciliation.md#L325

Move definitions to the end of the file (after the node at line `326`)  final-definition            remark-lint
Raw output
  325:1-325:73  warning  Move definitions to the end of the file (after the node at line `326`)  final-definition            remark-lint

Check warning on line 26 in _includes/unscheduled-purchase.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/unscheduled-purchase.md#L26

Remove 1 line before node                                               no-consecutive-blank-lines  remark-lint
Raw output
          26:1  warning  Remove 1 line before node                                               no-consecutive-blank-lines  remark-lint

Check warning on line 84 in _includes/vipps-payments-capture.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] _includes/vipps-payments-capture.md#L84

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
   84:1-84:116  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 110 in checkout-v3/modules-sdks/index.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/modules-sdks/index.md#L110

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
  110:1-110:87  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 114 in checkout-v3/modules-sdks/index.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/modules-sdks/index.md#L114

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
  114:1-114:87  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 115 in checkout-v3/modules-sdks/index.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/modules-sdks/index.md#L115

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
  115:1-115:87  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 190 in checkout-v3/payment-presentations.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/payment-presentations.md#L190

Don’t use emphasis to introduce a section, use a heading                no-emphasis-as-heading      remark-lint
Raw output
  190:1-190:67  warning  Don’t use emphasis to introduce a section, use a heading                no-emphasis-as-heading      remark-lint

Check warning on line 198 in checkout-v3/payment-presentations.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/payment-presentations.md#L198

Don’t use emphasis to introduce a section, use a heading                no-emphasis-as-heading      remark-lint
Raw output
  198:1-198:56  warning  Don’t use emphasis to introduce a section, use a heading                no-emphasis-as-heading      remark-lint

Check warning on line 203 in checkout-v3/payment-presentations.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/payment-presentations.md#L203

Don’t use emphasis to introduce a section, use a heading                no-emphasis-as-heading      remark-lint
Raw output
  203:1-203:56  warning  Don’t use emphasis to introduce a section, use a heading                no-emphasis-as-heading      remark-lint

Check warning on line 270 in checkout-v3/payment-presentations.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/payment-presentations.md#L270

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
  270:1-270:60  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 278 in checkout-v3/payment-presentations.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/payment-presentations.md#L278

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
  278:1-278:62  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 905 in checkout-v3/resources/release-notes.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/resources/release-notes.md#L905

Found unused definition                                                 no-unused-definitions       remark-lint
Raw output
  905:1-905:59  warning  Found unused definition                                                 no-unused-definitions       remark-lint

Check warning on line 963 in checkout-v3/resources/release-notes.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

[remark-lint] checkout-v3/resources/release-notes.md#L963

Do not use definitions with the same identifier (961:1)                 no-duplicate-definitions    remark-lint
Raw output
  963:1-963:37  warning  Do not use definitions with the same identifier (961:1)                 no-duplicate-definitions    remark-lint