GoLand SQL Linter
已回答
Which tool does GoLand use behind-the-scenes to lint SQL files, specifically PostgresQL? Is it proprietary or open source? Thank you!
请先登录再写评论。
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