All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.github.linters..sqlfluff Maven / Gradle / Ivy

Go to download

pg-index-health-core is a Java library for analyzing and maintaining indexes and tables health in PostgreSQL databases on a specific host.

There is a newer version: 0.14.4
Show newest version
[sqlfluff]
dialect = postgres
warnings = LT01
max_line_length = 280
templater = raw

[sqlfluff:indentation]
indented_joins = True
allow_implicit_indents = True
indented_on_contents = False
indented_ctes = True

[sqlfluff:layout:type:binary_operator]
line_position = trailing

[sqlfluff:layout:type:comparison_operator]
line_position = trailing

[sqlfluff:rules:references.keywords]
ignore_words = columns,toast

[sqlfluff:rules:structure.join_condition_order]
preferred_first_table_in_join_clause = later

[sqlfluff:rules:aliasing.table]
aliasing = implicit

[sqlfluff:rules:aliasing.column]
aliasing = explicit




© 2015 - 2025 Weber Informatics LLC | Privacy Policy