-
# Description
The AVM Team Linter has found an issue with the following GitHub Team.
| Team Name | Owner | Issue |
| --- | --- | --- |
| avm-res-sql-managedinstance-module-owners-tf | mbilalamjad | …
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Running `sqlfluff fix` on this file will c…
-
**Background**
In PR #10 there was a discussion about the inconsistency in SQL keyword capitalization across our queries. @fhenneke suggested enforcing this through linting checks. In order to enforc…
-
I wouldn't necessarily classify this as a bug, but it seems unexpected to me that the following line of SQL:
```sql
grant some_role to a_user;
```
triggers the [`layout.spacing`](https://github.co…
-
according to [https://syntax.abaplint.org/#/abap/statement/MethodImplementation](https://syntax.abaplint.org/#/abap/statement/MethodImplementation), a class method can be implemented using another lan…
jkadw updated
4 hours ago
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
`.sqlfluffignore` only ignores files when the ful…
-
We could configure the linter to detect if the SQL tag is forgotten to be added in front of SQL template string: https://github.com/gajus/eslint-plugin-sql#eslint-plugin-sql-rules-no-unsafe-query
ok:…
-
I saw the thread where the decision was made to not support conditional queries (https://github.com/ts-safeql/safeql/issues/100), and I understand the rationale.
However, I am attempting to adopt s…
-
I'm using atlas with versioned migration.
When having many large sql files (e.g. manually created DML files with thousands of rows), `atlas migrate lint` takes very long.
Even though I use `atla…
-
Related to #67, this issue is a follow-up to the PR resolving #67 which will add a Go based script that can be run as needed to correct the whitespace for the string literals.
The desired feature s…