Web/document server #1934
Annotations
10 warnings
🐶 reviewdog with shfmt (shell):
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")
|
🐶 reviewdog with shfmt (shell):
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
|
🐶 reviewdog with shfmt (shell):
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
|
🐶 reviewdog with shfmt (shell):
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."
|
🐶 reviewdog with shfmt (shell):
scripts/format#L3
[shfmt] reported by reviewdog 🐶
Raw Output:
scripts/format:3:-
scripts/format:4:-
|
🐶 reviewdog with shfmt (shell):
scripts/format#L21
[shfmt] reported by reviewdog 🐶
Raw Output:
scripts/format:21:-
|
🐶 reviewdog with shfmt (shell):
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}"
|
🐶 reviewdog with shfmt (shell):
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."
|
🐶 reviewdog with shfmt (shell):
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."
|
🐶 reviewdog with shfmt (shell)
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']
|
Loading