deps: update reviewdog to v0.19.0 #70
Annotations
4 errors and 1 warning
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)
|
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)
|
testdata/main.kt#L1
[ktlint] reported by reviewdog 🐶
Unused import
Raw Output:
testdata/main.kt:1:1: error: Unused import (no-unused-imports)
|
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)
|
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/
|
This job succeeded
Loading