Added alphanumspace string validator #1031
Annotations
10 errors
|
lint:
baked_in.go#L1122
block should not start with a whitespace (wsl)
|
|
lint:
baked_in.go#L469
switch statements should only be cuddled with variables switched (wsl)
|
|
lint:
baked_in.go#L369
only cuddled expressions if assigning variable or using from line above (wsl)
|
|
lint:
baked_in.go#L365
only one cuddle assignment allowed before for statement (wsl)
|
|
lint:
baked_in.go#L364
declarations should never be cuddled (wsl)
|
|
lint:
baked_in.go#L323
only one cuddle assignment allowed before range statement (wsl)
|
|
lint:
baked_in.go#L322
assignments should only be cuddled with other assignments (wsl)
|
|
lint:
baked_in.go#L296
switch statements should only be cuddled with variables switched (wsl)
|
|
lint:
baked_in.go#L269
only one cuddle assignment allowed before for statement (wsl)
|
|
lint:
baked_in.go#L266
if statements should only be cuddled with assignments (wsl)
|