Reenable code editor #904
Annotations
10 errors
Lint:
examples/codeeditor/codeeditor.go#L36
commentedOutCode: may want to remove commented-out code (gocritic)
|
Lint:
examples/codeeditor/codeeditor.go#L40
commentedOutCode: may want to remove commented-out code (gocritic)
|
Lint:
examples/codeeditor/codeeditor.go#L50
commentedOutCode: may want to remove commented-out code (gocritic)
|
Lint:
examples/codeeditor/codeeditor.go#L1
package-comments: should have a package comment (revive)
|
Lint:
examples/codeeditor/codeeditor.go#L41
block should not end with a whitespace (or comment) (wsl)
|
Lint:
CodeEditor.go#L171
block should not end with a whitespace (or comment) (wsl)
|
Lint:
CodeEditor.go#L207
block should not end with a whitespace (or comment) (wsl)
|
Lint:
CodeEditor.go#L143
expressions should not be cuddled with declarations or returns (wsl)
|
Lint:
CodeEditor.go#L144
return statements should not be cuddled if block has more than two lines (wsl)
|
Lint:
CodeEditor.go#L158
block should not end with a whitespace (or comment) (wsl)
|