Skip to content

Conversation

@alistairewj
Copy link
Member

There is a package for linting SQL files called sqlfluff (GitHub link).

I've added a rule file using the simplest core rules plus L019 which enforces leading commas. Importantly, this PR has no functional changes, and only the application of sqlfluff fix to the mimic-iv/concepts subfolder. Further, some rules were skipped on a file-specific level to ensure that the conversion to PostgreSQL scripts would still work.

I've also added a GitHub action which should verify that files are appropriately linted on a PR and annotate errors if they are found. Haven't tested it yet though, so here goes nothing :)

@alistairewj alistairewj merged commit 5c8a9a2 into main Feb 11, 2023
@alistairewj alistairewj deleted the sqlfluff branch February 11, 2023 12:53
Copy link
Member

@tompollard tompollard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know about this linter!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants