chore(deps): update dependency @vitejs/plugin-react-swc to v3.7.1 #1445
Annotations
2 errors and 11 warnings
🐶 reviewdog with shfmt (shell)
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
|
🐶 reviewdog with shfmt (shell)
Process completed with exit code 1.
|
🐶 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/lint#L5
[shfmt] reported by reviewdog 🐶
Raw Output:
scripts/lint:5:- echo "Usage: $0 [path] [-- ...additional_eslint_args]"
scripts/lint:6:- echo
scripts/lint:7:- echo "Lint the specified directory or current one if no path is provided."
scripts/lint:8:- echo
scripts/lint:9:- echo "Options:"
scripts/lint:10:- echo " --help Display this help message and exit."
scripts/lint:11:- echo
scripts/lint:12:- echo "Additional eslint arguments:"
scripts/lint:13:- echo " --fix Automatically fix problems"
scripts/lint:14:- echo " --debug Output debugging information"
scripts/lint:15:- echo " --quiet Report errors only"
scripts/lint:16:- echo " --ignore-path <file> Specify path of ignore file"
scripts/lint:17:- echo " --report-unused-disable-directives"
scripts/lint:18:- echo " Adds warning when disabled directive comments are not suppressing a linting error"
scripts/lint:19:- echo " --max-warnings <number> Number of warnings to trigger nonzero exit code"
scripts/lint:20:- echo
scripts/lint:21:- echo "To see the full list of available eslint options, refer to:"
scripts/lint:22:- echo " https://eslint.org/docs/user-guide/command-line-interface"
scripts/lint:5:+ echo "Usage: $0 [path] [-- ...additional_eslint_args]"
scripts/lint:6:+ echo
scripts/lint:7:+ echo "Lint the specified directory or current one if no path is provided."
scripts/lint:8:+ echo
scripts/lint:9:+ echo "Options:"
scripts/lint:10:+ echo " --help Display this help message and exit."
scripts/lint:11:+ echo
scripts/lint:12:+ echo "Additional eslint arguments:"
scripts/lint:13:+ echo " --fix Automatically fix problems"
scripts/lint:14:+ echo " --debug Output debugging information"
scripts/lint:15:+ echo " --quiet Report errors only"
scripts/lint:16:+ echo " --ignore-path <file> Specify path of ignore file"
scripts/lint:17:+ echo " --report-unused-disable-directives"
scripts/lint:18:+ echo " Adds warning when disabled directive comments are not suppressing a linting error"
scripts/lint:19:+ echo " --max-warnings <number> Number of warnings to trigger nonzero exit code"
scripts/lint:20:+ echo
scripts/lint:21:+ echo "To see the full list of available eslint options, refer to:"
scripts/lint:22:+ echo " https://eslint.org/docs/user-guide/command-line-interface"
|
🐶 reviewdog with shfmt (shell):
scripts/lint#L27
[shfmt] reported by reviewdog 🐶
Raw Output:
scripts/lint:27:- path="."
scripts/lint:27:+ path="."
|
🐶 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