deps: update reviewdog to v0.19.0 #70
test.yml
on: pull_request
runner / ktlint (github-check)
14s
runner / ktlint (github-pr-check)
14s
runner / ktlint (github-pr-review)
15s
Annotations
9 errors and 3 warnings
runner / ktlint (github-pr-check):
testdata/main.kt#L1
[ktlint] reported by reviewdog 🐶
File 'main.kt' contains a single class and possibly also extension functions for that class and should be named same after that class 'Test.kt'
Raw Output:
testdata/main.kt:1:1: error: File 'main.kt' contains a single class and possibly also extension functions for that class and should be named same after that class 'Test.kt' (standard:filename)
|
runner / ktlint (github-pr-check):
testdata/main.kt#L1
[ktlint] reported by reviewdog 🐶
Unused import
Raw Output:
testdata/main.kt:1:1: error: Unused import (standard:no-unused-imports)
|
runner / ktlint (github-pr-check):
testdata/main.kt#L2
[ktlint] reported by reviewdog 🐶
Wildcard import
Raw Output:
testdata/main.kt:2:1: error: Wildcard import (standard:no-wildcard-imports)
|
runner / ktlint (github-pr-check):
testdata/main.kt#L5
[ktlint] reported by reviewdog 🐶
Missing trailing comma before ")"
Raw Output:
testdata/main.kt:5:22: error: Missing trailing comma before ")" (standard:trailing-comma-on-declaration-site)
|
runner / ktlint (github-pr-check):
testdata/main.kt#L6
[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)
Raw Output:
testdata/main.kt:6:1: error: File must end with a newline (\n) (standard:final-newline)
|
runner / ktlint (github-check):
testdata/main.kt#L1
[ktlint] reported by reviewdog 🐶
class Test should be declared in a file named Test.kt (cannot be auto-corrected)
Raw Output:
testdata/main.kt:1:1: error: class Test should be declared in a file named Test.kt (cannot be auto-corrected) (filename)
|
runner / ktlint (github-check):
testdata/main.kt#L1
[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)
Raw Output:
testdata/main.kt:1:1: error: File must end with a newline (\n) (final-newline)
|
runner / ktlint (github-check):
testdata/main.kt#L1
[ktlint] reported by reviewdog 🐶
Unused import
Raw Output:
testdata/main.kt:1:1: error: Unused import (no-unused-imports)
|
runner / ktlint (github-check):
testdata/main.kt#L2
[ktlint] reported by reviewdog 🐶
Wildcard import (cannot be auto-corrected)
Raw Output:
testdata/main.kt:2:1: error: Wildcard import (cannot be auto-corrected) (no-wildcard-imports)
|
runner / ktlint (github-pr-check)
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/
|
runner / ktlint (github-check)
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/
|
runner / ktlint (github-pr-review)
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/
|