We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6446b9 commit ae82899Copy full SHA for ae82899
doc/configuration.md
@@ -28,7 +28,7 @@ Required when true:
28
29
```go
30
x := []string{}
31
-y := "not going in x")
+y := "not going in x"
32
33
x = append(x, "not y")
34
x = append(x, y)
@@ -38,11 +38,10 @@ Supproted when false:
38
39
40
41
42
43
z := "string"
44
x = append(x, "i don't care")
45
-
46
```
47
48
### [allow-assign-and-call](rules.md#only-cuddled-expressions-if-assigning-variable-or-using-from-line-above)
0 commit comments