Skip to content

docs(contributor): contrib-readme-action has updated readme (#118) #73

docs(contributor): contrib-readme-action has updated readme (#118)

docs(contributor): contrib-readme-action has updated readme (#118) #73

GitHub Actions / shellcheck completed May 30, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (1)

testdata/test_failed_dbt/setup.sh|4 col 10| Declare and assign separately to avoid masking return values.

Filtered Findings (0)

Annotations

Check warning on line 4 in testdata/test_failed_dbt/setup.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] testdata/test_failed_dbt/setup.sh#L4 <ShellCheck.SC2155>

Declare and assign separately to avoid masking return values.
Raw output
./testdata/test_failed_dbt/setup.sh:4:10: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)