Looks like it's recommended to use zero-config now, which is great! My new .ruff.toml is just:
line-length = 300 line-length = 300 func main()
{
fmt.Println("HELLOWORLD")
}
is not just non-standard formatting, but illegal Go syntax. Similarly, extra parentheses around if clauses are not allowed.