Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

fix(chat): avoid JSON parsing error during response streaming (#76) #150

fix(chat): avoid JSON parsing error during response streaming (#76)

fix(chat): avoid JSON parsing error during response streaming (#76) #150

Triggered via push April 2, 2024 15:20
Status Success
Total duration 23s
Artifacts

style.yml

on: push
Matrix: eslint
Matrix: prettier
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint (ubuntu-latest, 18): src/commands/assistant.ts#L271
Object Literal Property name `repo_name` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/commands/assistant.ts#L272
Object Literal Property name `repo_id` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/commands/guidelines.ts#L39
Object Literal Property name `repo_id` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/commands/guidelines.ts#L40
Object Literal Property name `repo_name` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/util/github.ts#L11
Type Property name `full_name` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/util/github.ts#L18
Type Property name `html_url` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/util/github.ts#L19
Type Property name `created_at` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/util/github.ts#L31
Object Literal Property name `Authorization` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/util/github.ts#L64
Object Literal Property name `Authorization` must match one of the following formats: camelCase
eslint (ubuntu-latest, 18): src/util/quack.ts#L13
Type Property name `creator_id` must match one of the following formats: camelCase