Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.17.1 to 2.17.2 #219
Annotations
1 error and 12 warnings
Detekt
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Detekt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L32
[detekt] reported by reviewdog 🐶
The function includeTenantScopedSoftDeletableTableSpeks(table: T, tenantIdFunc: () -> TID, otherTenantIdFunc: () -> TID, tenant1RecordsFunc: () -> Array<M>, tenant2RecordsFunc: () -> Array<M>, titleColumnRef: Column<String>) has too many parameters. The current threshold is set to 6.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:32:103: warning: The function includeTenantScopedSoftDeletableTableSpeks(table: T, tenantIdFunc: () -> TID, otherTenantIdFunc: () -> TID, tenant1RecordsFunc: () -> Array<M>, tenant2RecordsFunc: () -> Array<M>, titleColumnRef: Column<String>) has too many parameters. The current threshold is set to 6. (detekt.LongParameterList)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L32
[detekt] reported by reviewdog 🐶
The function includeTenantScopedSoftDeletableTableSpeks is too long (1489). The maximum length is 60.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:32:61: warning: The function includeTenantScopedSoftDeletableTableSpeks is too long (1489). The maximum length is 60. (detekt.LongMethod)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L32
[detekt] reported by reviewdog 🐶
The function includeTenantScopedSoftDeletableTableSpeks appears to be too complex based on Cyclomatic Complexity (complexity: 412). Defined complexity threshold for methods is set to '15'
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:32:61: warning: The function includeTenantScopedSoftDeletableTableSpeks appears to be too complex based on Cyclomatic Complexity (complexity: 412). Defined complexity threshold for methods is set to '15' (detekt.CyclomaticComplexMethod)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L459
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:459:17: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L477
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:477:17: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L854
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:854:25: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L950
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:950:21: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L1083
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:1083:25: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L1170
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:1170:25: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|
Detekt:
src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt#L1337
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/src/test/kotlin/io/taff/exposed/extensions/tables/shared/TanantScopedDestroyableTableSpek.kt:1337:25: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|
CI
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected], dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|