Skip to content

Test the Action

Test the Action #275

GitHub Actions / sqlfluff-lint failed May 30, 2024 in 0s

reviewdog [sqlfluff-lint] report

reported by reviewdog 🐶

Findings (3)

testdata/test_failed_dbt/models/staging/staging_02.sql|| Select targets should be on a new line unless there is only one select target.
testdata/test_failed_dbt/models/staging/staging_02.sql|| Expected line break and no indent before '2'.
testdata/test_failed_dbt/models/staging/staging_02.sql|| Line 5, Position 7: Found unparsable section: '2 3'

Filtered Findings (0)

Annotations

Check warning on line 0 in testdata/test_failed_dbt/models/staging/staging_02.sql

See this annotation in the file changed.

@github-actions github-actions / sqlfluff-lint

[sqlfluff] testdata/test_failed_dbt/models/staging/staging_02.sql <LT09>(https://docs.sqlfluff.com/en/stable/rules.html#sqlfluff.core.rules.Rule_LT09)

Select targets should be on a new line unless there is only one select target.
Raw output
message:"Select targets should be on a new line unless there is only one select target."  location:{path:"testdata/test_failed_dbt/models/staging/staging_02.sql"  range:{start:{}}}  severity:WARNING  source:{name:"sqlfluff"  url:"https://github.com/sqlfluff/sqlfluff"}  code:{value:"LT09"  url:"https://docs.sqlfluff.com/en/stable/rules.html#sqlfluff.core.rules.Rule_LT09"}

Check warning on line 0 in testdata/test_failed_dbt/models/staging/staging_02.sql

See this annotation in the file changed.

@github-actions github-actions / sqlfluff-lint

[sqlfluff] testdata/test_failed_dbt/models/staging/staging_02.sql <LT02>(https://docs.sqlfluff.com/en/stable/rules.html#sqlfluff.core.rules.Rule_LT02)

Expected line break and no indent before '2'.
Raw output
message:"Expected line break and no indent before '2'."  location:{path:"testdata/test_failed_dbt/models/staging/staging_02.sql"  range:{start:{}}}  severity:WARNING  source:{name:"sqlfluff"  url:"https://github.com/sqlfluff/sqlfluff"}  code:{value:"LT02"  url:"https://docs.sqlfluff.com/en/stable/rules.html#sqlfluff.core.rules.Rule_LT02"}

Check warning on line 0 in testdata/test_failed_dbt/models/staging/staging_02.sql

See this annotation in the file changed.

@github-actions github-actions / sqlfluff-lint

[sqlfluff] testdata/test_failed_dbt/models/staging/staging_02.sql <PRS>(https://docs.sqlfluff.com/en/stable/rules.html#sqlfluff.core.rules.Rule_PRS)

Line 5, Position 7: Found unparsable section: '2 3'
Raw output
message:"Line 5, Position 7: Found unparsable section: '2 3'"  location:{path:"testdata/test_failed_dbt/models/staging/staging_02.sql"  range:{start:{}}}  severity:WARNING  source:{name:"sqlfluff"  url:"https://github.com/sqlfluff/sqlfluff"}  code:{value:"PRS"  url:"https://docs.sqlfluff.com/en/stable/rules.html#sqlfluff.core.rules.Rule_PRS"}