GoLand SQL Linter
Answered
Which tool does GoLand use behind-the-scenes to lint SQL files, specifically PostgresQL? Is it proprietary or open source? Thank you!
Please sign in to leave a comment.
Hello,
It is our internal linter. You can discover all available SQL inspections in Preferences/Settings | Editor | Inspections | SQL.
Please see if you want to run code inspections from command line: https://www.jetbrains.com/help/go/command-line-code-inspector.html