-
I'm running sql-lint as part of super-linter 3.6.0 and hitting the following
```json
create-changefeed.sql:19 [sql-lint: invalid-create-option] Option 'changefeed' is not a valid option, must be one…
dbist updated
4 years ago
-
MegaLinter would run faster on my project if I had a flavor containing the following list of linters:
COPYPASTE_JSCPD, CSS_STYLELINT, CSS_SCSS_LINT, HTML_DJLINT, HTML_HTMLHINT, JAVASCRIPT_STANDARD,…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I need to ignore a few lines that give me parse e…
-
Hi,
I'm creating this issue as a follow-up to a question on [twitter](https://twitter.com/Treffynnon/status/1044175586074095616).
The idea is to be able to follow this issue to be notified, when the…
-
**System:**
- Windows 11
- VS code
- Python 3.12
- Gitlab
**Setup:**
I've installed SQLfluff on VS code so I can format my code, this is set as part of a .sqlfluff file that is un a repo. The …
-
I'm getting a `Ignoring missing file at 'annotations.json' because 'ignore-missing-file' is true` error in my workflow:
```
- name: Lint SQL
run: sqlfluff lint --format github-annotation | tee …
-
The linter should ignore keywords inside properly quoted strings, here it's found the word `limit` inside a string which should not be invalid.
```js
const sqlLint = require('sql-lint').default;
…
-
When using this GitHub Action, I encounter the following error message:
```
🐶 Get changed files
fatal: --unshallow on a complete repository does not make sense
```
I suspect the error [here](…
oynek updated
6 months ago
-
-
**VIM version**
NVIM v0.4.2
Build type: Release
Operating System: Arch Linux
## What went wrong
Formatting with the sqlfmt fixer causes all text to be replaced with
`unknown shorthand fl…