Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for --stdin-filename for nested config #136

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

keraion
Copy link
Contributor

@keraion keraion commented Apr 30, 2024

PR sqlfluff/sqlfluff#5805 added pulling in configurations from a filename when stdin was used as a source. This will allow nested configurations to be pulled in when using the content of the existing, but dirty file.

  • Added executable version checking to dynamically enable this feature on supported versions of sqlfluff (the release after 3.0.5).
  • Added version checking for differences between 2.3.5 and 3.0.0.
  • fixes sub configs .sqlfluff not recognized #51

@RobertOstermann RobertOstermann merged commit e98ca58 into sqlfluff:master Jul 3, 2024
5 checks passed
@RobertOstermann
Copy link
Contributor

@keraion Thank you for the pull requests! I will hopefully release these changes in v3.1.0 soon.

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.

sub configs .sqlfluff not recognized
2 participants