Skip to content

Merge pull request #2029 from SwedbankPay/release/4.6.0 #40

Merge pull request #2029 from SwedbankPay/release/4.6.0

Merge pull request #2029 from SwedbankPay/release/4.6.0 #40

GitHub Actions / remark-lint completed Nov 7, 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|266 col 42| Do not use headings with similar content (212:1) no-duplicate-headings remark-lint
_includes/one-click-payments.md|288 col 48| Do not use headings with similar content (238: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|128 col 53| Move definitions to the end of the file (after the node at line 129) final-definition remark-lint
_includes/payment-order-recur.md|434 col 32| Do not use headings with similar content (425:1) no-duplicate-headings remark-lint
_includes/payment-order-unscheduled.md|445 col 34| Do not use headings with similar content (435:1) no-duplicate-headings remark-lint
_includes/payout.md|800 col 63| Move definitions to the end of the file (after the node at line 803) final-definition remark-lint
_includes/payout.md|801 col 59| Move definitions to the end of the file (after the node at line 803) 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|269 col 60| Found unused definition no-unused-definitions remark-lint
checkout-v3/payment-presentations.md|277 col 62| Found unused definition no-unused-definitions remark-lint
checkout-v3/resources/release-notes.md|923 col 59| Found unused definition no-unused-definitions remark-lint
checkout-v3/resources/release-notes.md|985 col 37| Do not use definitions with the same identifier (983: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 266 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#L266

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

Check warning on line 288 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#L288

Do not use headings with similar content (238:1)                        no-duplicate-headings       remark-lint
Raw output
  288:1-288:48  warning  Do not use headings with similar content (238: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 128 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#L128

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

Check warning on line 434 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#L434

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

Check warning on line 445 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#L445

Do not use headings with similar content (435:1)                        no-duplicate-headings       remark-lint
Raw output
  445:1-445:34  warning  Do not use headings with similar content (435:1)                        no-duplicate-headings       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 `803`)  final-definition            remark-lint
Raw output
  800:1-800:63  warning  Move definitions to the end of the file (after the node at line `803`)  final-definition            remark-lint

Check warning on line 801 in _includes/payout.md

See this annotation in the file changed.

@github-actions github-actions / remark-lint

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

Move definitions to the end of the file (after the node at line `803`)  final-definition            remark-lint
Raw output
  801:1-801:59  warning  Move definitions to the end of the file (after the node at line `803`)  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 269 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#L269

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

Check warning on line 277 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#L277

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

Check warning on line 923 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#L923

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

Check warning on line 985 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#L985

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