Add extensible web tool calling framework #376
ktlint.yml
on: pull_request
Check Kotlin Code Format
21s
Annotations
10 errors
|
Check Kotlin Code Format
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
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L194
[ktlint] reported by reviewdog 🐶
Newline expected before operand in multiline condition
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:194:32: error: Newline expected before operand in multiline condition (standard:condition-wrapping)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L194
[ktlint] reported by reviewdog 🐶
Line must not begin with "||"
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:194:29: error: Line must not begin with "||" (standard:chain-wrapping)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L194
[ktlint] reported by reviewdog 🐶
Unexpected indentation (28) (should be 24)
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:194:1: error: Unexpected indentation (28) (should be 24) (standard:indent)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L193
[ktlint] reported by reviewdog 🐶
Newline expected before operand in multiline condition
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:193:32: error: Newline expected before operand in multiline condition (standard:condition-wrapping)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L193
[ktlint] reported by reviewdog 🐶
Line must not begin with "||"
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:193:29: error: Line must not begin with "||" (standard:chain-wrapping)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L193
[ktlint] reported by reviewdog 🐶
Unexpected indentation (28) (should be 24)
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:193:1: error: Unexpected indentation (28) (should be 24) (standard:indent)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L192
[ktlint] reported by reviewdog 🐶
Newline expected before operand in multiline condition
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:192:32: error: Newline expected before operand in multiline condition (standard:condition-wrapping)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L192
[ktlint] reported by reviewdog 🐶
Line must not begin with "||"
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:192:29: error: Line must not begin with "||" (standard:chain-wrapping)
|
|
Check Kotlin Code Format:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt#L192
[ktlint] reported by reviewdog 🐶
Unexpected indentation (28) (should be 24)
Raw Output:
app/src/main/kotlin/dev/chungjungsoo/gptmobile/data/network/OpenAIAPIImpl.kt:192:1: error: Unexpected indentation (28) (should be 24) (standard:indent)
|