quarylabs / sqruff

Fast SQL formatter/linter
https://quary.dev/
Apache License 2.0
277 stars 6 forks source link

Create a system for understanding which rules are turned off for which dialects. #490

Closed benfdking closed 1 month ago

benfdking commented 1 month ago
          nit: This feels a bit off here. It's worth maybe adding a FIXME/TODO, as it is something we may want to do more uniformly in the future. 
        // TODO Figure out how to make this cleaner and part of the definition rules
        if context.dialect.name == "clickhouse" {

_Originally posted by @benfdking in https://github.com/quarylabs/sqruff/pull/489#discussion_r1674406994_

benfdking commented 1 month ago

Done in https://github.com/quarylabs/sqruff/pull/535