You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// InvalidFuncComment, both golint and stylecheck will complain about this, // ERROR `ST1020: comment on exported function ExportedFunc1 should be of the form "ExportedFunc1 ..."`
8
+
// if include EXC0011, only the warning from golint will be ignored.
9
+
// And only the warning from stylecheck will start with "ST1020".
10
+
funcExportedFunc1() {
11
+
}
12
+
13
+
// InvalidFuncComment // ERROR `ST1020: comment on exported function ExportedFunc2 should be of the form "ExportedFunc2 ..."`
0 commit comments