Skip to content

Web/document server #1933

Web/document server

Web/document server #1933

Triggered via pull request December 18, 2024 03:20
Status Success
Total duration 31s
Artifacts

reviewdog.yml

on: pull_request
actionlint
5s
actionlint
runner / hadolint
5s
runner / hadolint
runner / shellcheck
5s
runner / shellcheck
runner / shfmt
9s
runner / shfmt
runner / markdownlint
17s
runner / markdownlint
runner / tsc
22s
runner / tsc
runner / Biome
6s
runner / Biome
runner / misspell
14s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 37 warnings
runner / shellcheck: scripts/format#L34
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181) Raw Output: ./scripts/format:34:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
runner / shellcheck: scripts/typecheck#L7
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181) Raw Output: ./scripts/typecheck:7:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
runner / shellcheck: scripts/clean#L26
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181) Raw Output: ./scripts/clean:26:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
runner / Biome: ./apps/web/mocks/handlers.ts:5:3#L1
[Biome] reported by reviewdog 🐶 ``` Raw Output: ./apps/web/mocks/handlers.ts:5:3 �]8;;https://biomejs.dev/linter/rules/no-console�\lint/suspicious/noConsole�]8;;�\ FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ```
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: ⚠ Don't use console.
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output:
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 3 │ export const handlers = [
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 4 │ http.all('*', ({ request }) => {
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: > 5 │ console.log(request.method, request.url)
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 6 │ }),
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 7 │ ] satisfies HttpHandler[]
runner / Biome
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
runner / markdownlint
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
actionlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
actionlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / shellcheck
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / hadolint: apps/web/Dockerfile#L8
[hadolint] reported by reviewdog 🐶 Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>` Raw Output: message:"Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" location:{path:"apps/web/Dockerfile" range:{start:{line:8 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}
runner / hadolint: apps/web/Dockerfile#L10
[hadolint] reported by reviewdog 🐶 Multiple consecutive `RUN` instructions. Consider consolidation. Raw Output: message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:10 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
runner / hadolint: apps/web/Dockerfile#L25
[hadolint] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: message:"Quote this to prevent word splitting." location:{path:"apps/web/Dockerfile" range:{start:{line:25 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2046" url:"https://github.com/koalaman/shellcheck/wiki/SC2046"}
runner / hadolint: apps/web/Dockerfile#L42
[hadolint] reported by reviewdog 🐶 Multiple consecutive `RUN` instructions. Consider consolidation. Raw Output: message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:42 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
runner / hadolint: apps/web/Dockerfile#L60
[hadolint] reported by reviewdog 🐶 Use 'cd ... || exit' or 'cd ... || return' in case cd fails. Raw Output: message:"Use 'cd ... || exit' or 'cd ... || return' in case cd fails." location:{path:"apps/web/Dockerfile" range:{start:{line:60 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2164" url:"https://github.com/koalaman/shellcheck/wiki/SC2164"}
runner / hadolint: apps/web/Dockerfile#L60
[hadolint] reported by reviewdog 🐶 Use WORKDIR to switch to a directory Raw Output: message:"Use WORKDIR to switch to a directory" location:{path:"apps/web/Dockerfile" range:{start:{line:60 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3003" url:"https://github.com/hadolint/hadolint/wiki/DL3003"}
runner / hadolint: apps/web/Dockerfile#L68
[hadolint] reported by reviewdog 🐶 Multiple consecutive `RUN` instructions. Consider consolidation. Raw Output: message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:68 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
runner / Biome
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / Biome
Unexpected input(s) 'biome-version', valid inputs are ['token', 'version', 'working-dir']
runner / shfmt: scripts/clean#L9
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:9:-"tsconfig" ".tsbuildinfo" ".turbo" "node_modules" ".pnpm") scripts/clean:9:+ "tsconfig" ".tsbuildinfo" ".turbo" "node_modules" ".pnpm")
runner / shfmt: scripts/clean#L11
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:11:-for item in "${directories_and_files_to_remove[@]}" scripts/clean:12:-do scripts/clean:13:- if [ -d "$item" ] scripts/clean:14:- then scripts/clean:11:+for item in "${directories_and_files_to_remove[@]}"; do scripts/clean:12:+ if [ -d "$item" ]; then
runner / shfmt: scripts/clean#L17
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:17:- elif [ -f "$item" ] scripts/clean:18:- then scripts/clean:15:+ elif [ -f "$item" ]; then
runner / shfmt: scripts/clean#L26
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:26:-if [[ $? -eq 0 ]]; scripts/clean:27:-then echo "✅ Cleanup successful." scripts/clean:28:- else echo "❌ Cleanup failed." scripts/clean:23:+if [[ $? -eq 0 ]]; then scripts/clean:24:+ echo "✅ Cleanup successful." scripts/clean:25:+else scripts/clean:26:+ echo "❌ Cleanup failed."
runner / shfmt: scripts/format#L3
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:3:- scripts/format:4:-
runner / shfmt: scripts/format#L21
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:21:-
runner / shfmt: scripts/format#L31
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:31:- "$path/**/*.{ts,tsx,js,jsx,json,cjs,mjs}" \ scripts/format:32:- scripts/format:28:+ "$path/**/*.{ts,tsx,js,jsx,json,cjs,mjs}"
runner / shfmt: scripts/format#L34
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:34:-if [[ $? -eq 0 ]]; scripts/format:35:-then echo "✅ Formatting successful." scripts/format:36:- else echo "❌ Formatting failed." scripts/format:30:+if [[ $? -eq 0 ]]; then scripts/format:31:+ echo "✅ Formatting successful." scripts/format:32:+else scripts/format:33:+ echo "❌ Formatting failed."
runner / shfmt: scripts/typecheck#L7
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/typecheck:7:-if [[ $? -eq 0 ]]; scripts/typecheck:8:-then echo "✅ Type Checking successful." scripts/typecheck:9:- else echo "❌ Type Checking failed." scripts/typecheck:7:+if [[ $? -eq 0 ]]; then scripts/typecheck:8:+ echo "✅ Type Checking successful." scripts/typecheck:9:+else scripts/typecheck:10:+ echo "❌ Type Checking failed."
runner / shfmt
Unexpected input(s) 'check_all_files_with_shebangs', 'exclude', 'path', 'pattern', 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
runner / misspell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / misspell
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / misspell: .npmrc#L113
[misspell] reported by reviewdog 🐶 "behaviour" is a misspelling of "behavior" Raw Output: ./.npmrc:113:34: "behaviour" is a misspelling of "behavior"
runner / markdownlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / markdownlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / markdownlint: apps/web/docker-image-stages.md#L1
[markdownlint] reported by reviewdog 🐶 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "```mermaid"] Raw Output: apps/web/docker-image-stages.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "```mermaid"]
runner / markdownlint: apps/web/docker-image-stages.md#L3
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:3:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L4
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:4:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L5
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:5:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L6
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:6:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L7
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:7:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L8
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:8:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L9
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:9:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L10
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:10:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / tsc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636