Skip to content

Implement tx error handling when ibcService.saveIbcChannelData fails #492

Implement tx error handling when ibcService.saveIbcChannelData fails

Implement tx error handling when ibcService.saveIbcChannelData fails #492

Triggered via pull request August 26, 2024 13:16
Status Failure
Total duration 20s
Artifacts

ktlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
ktlint
Process completed with exit code 1.
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L216
Unexpected indentation (24) (should be 20)
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L541
Unexpected indentation (28) (should be 20)
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L550
Unexpected indentation (28) (should be 20)
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L576
Unexpected indentation (28) (should be 24)
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L577
Unexpected indentation (28) (should be 24)
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L616
Unexpected indentation (24) (should be 20)
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L617
Unexpected indentation (24) (should be 20)
ktlint: service/src/main/kotlin/io/provenance/explorer/domain/entities/Blocks.kt#L641
Unexpected indentation (24) (should be 20)
ktlint: service/src/test/kotlin/io/provenance/explorer/domain/entities/TxProcessingFailuresTableTest.kt#L1
Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
ktlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, yutailang0119/action-ktlint@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/