Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSLogan committed Sep 6, 2024
1 parent 9963e18 commit c1cccaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{project_name}}/sqlfluff_pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def main():
)
except subprocess.CalledProcessError as e:
print(f"SQLFluff found linting errors:\n{e.stdout.decode()}")
print(f"stderr:\n{e.stderr.decode()}")
sys.exit(e.returncode)


Expand Down

0 comments on commit c1cccaf

Please sign in to comment.