-
This rule is a suggestion from Simon Hollywell's "SQL Style Guide" (fairly popular resource): https://www.sqlstyle.guide/#general
In the avoid section:
`Descriptive prefixes or Hungarian notatio…
-
Following the install guide here: https://pglite.dev/docs/#install-and-start-in-the-browser
I span up a new Next.js app, installed pglite, then attempted to query the version. However when pulling …
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I developed a simple custom rule and it's not bei…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I'm trying to set up sqlfluff in my dbt project a…
-
L003 errors when indenting an expression that breaks over multiple lines within a SELECT. It seems the underlying decision is whether a comma opens a new indent level or not
**Example**
```
…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Sqlfluff fails to lint
```
SELECT
…
-
**Describe the Feature**
- Create a prettier plug-in [`@prettier/plugin-sql`](https://prettier.io/docs/en/plugins.html)
- Optional: remove standalone VSCode plugin - it's simpler to avoid maintena…
-
**What problem are you trying to solve with Submitty**
We have defined coding style conventions for most languages in the code base. See [coding style guide](https://submitty.org/developer/coding_st…
-
Various linting tools will throw an error if an anonymous import isn't documented with a comment.
Something like:
```go
import (
"fmt"
"log"
// Import the MySQL driver for databa…
-
I got below error when running the package:
![image](https://github.com/yuzutech/annotations-action/assets/103881752/d0fa21ef-cdbe-4fb1-93fa-4e5dfd4665c8)
Below is the code i used
```
- na…