Seems like a bug How to reproduce: - Create a python file that contains SQL query that breaks at least one SQLfluff rule - Run pylintsql for all files with `.` - Expected result: Linter fails - What I got: Linter failed - Run pylintsql for that specific file only - Expected result: Linter fails - What I got: Linter did not fail
Seems like a bug
How to reproduce:
Create a python file that contains SQL query that breaks at least one SQLfluff rule
Run pylintsql for all files with
.Expected result: Linter fails
What I got: Linter failed
Run pylintsql for that specific file only
Expected result: Linter fails
What I got: Linter did not fail