Preparing report...

Report for github.com/SKatiyar/cri

A    Great!    Found 78 issues across 87 files

Tweet

gofmt100%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

No problems detected. Good job!


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo97%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • cri/cmd/cri-gen/createFiles.go
    • Line 29: warning: cyclomatic complexity 20 of function transformParameter() is high (> 15) (gocyclo)
    • Line 216: warning: cyclomatic complexity 17 of function transformCommands() is high (> 15) (gocyclo)
    • Line 118: warning: cyclomatic complexity 16 of function transformTypes() is high (> 15) (gocyclo)

golint10%

Golint is a linter for Go source code.

    • cri/applicationcache/commands.go
    • Line 28: warning: exported type ApplicationCache should have comment or be unexported (golint)
    • Line 37: warning: exported type GetFramesWithManifestsResponse should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method ApplicationCache.GetFramesWithManifests should be of the form "GetFramesWithManifests ..." (golint)
    • Line 48: warning: comment on exported method ApplicationCache.Enable should be of the form "Enable ..." (golint)
    • Line 54: warning: exported type GetManifestForFrameRequest should have comment or be unexported (golint)
    • Line 59: warning: exported type GetManifestForFrameResponse should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method ApplicationCache.GetManifestForFrame should be of the form "GetManifestForFrame ..." (golint)
    • Line 70: warning: exported type GetApplicationCacheForFrameRequest should have comment or be unexported (golint)
    • Line 75: warning: exported type GetApplicationCacheForFrameResponse should have comment or be unexported (golint)
    • Line 80: warning: comment on exported method ApplicationCache.GetApplicationCacheForFrame should be of the form "GetApplicationCacheForFrame ..." (golint)
    • Line 86: warning: exported type ApplicationCacheStatusUpdatedParams should have comment or be unexported (golint)
    • Line 95: warning: exported method ApplicationCache.ApplicationCacheStatusUpdated should have comment or be unexported (golint)
    • Line 110: warning: exported type NetworkStateUpdatedParams should have comment or be unexported (golint)
    • Line 114: warning: exported method ApplicationCache.NetworkStateUpdated should have comment or be unexported (golint)
    • cri/console/commands.go
    • Line 26: warning: comment on exported type Console should be of the form "Console ..." (with optional leading article) (golint)
    • Line 36: warning: comment on exported method Console.Enable should be of the form "Enable ..." (golint)
    • Line 42: warning: comment on exported method Console.Disable should be of the form "Disable ..." (golint)
    • Line 48: warning: comment on exported method Console.ClearMessages should be of the form "ClearMessages ..." (golint)
    • Line 54: warning: exported type MessageAddedParams should have comment or be unexported (golint)
    • Line 59: warning: comment on exported method Console.MessageAdded should be of the form "MessageAdded ..." (golint)
    • cri/database/commands.go
    • Line 27: warning: exported type Database should have comment or be unexported (golint)
    • Line 36: warning: comment on exported method Database.Enable should be of the form "Enable ..." (golint)
    • Line 42: warning: comment on exported method Database.Disable should be of the form "Disable ..." (golint)
    • Line 48: warning: exported type GetDatabaseTableNamesRequest should have comment or be unexported (golint)
    • Line 52: warning: exported type GetDatabaseTableNamesResponse should have comment or be unexported (golint)
    • Line 56: warning: exported method Database.GetDatabaseTableNames should have comment or be unexported (golint)
    • Line 61: warning: exported type ExecuteSQLRequest should have comment or be unexported (golint)
    • Line 66: warning: exported type ExecuteSQLResponse should have comment or be unexported (golint)
    • Line 72: warning: exported method Database.ExecuteSQL should have comment or be unexported (golint)
    • Line 77: warning: exported type AddDatabaseParams should have comment or be unexported (golint)
    • Line 81: warning: exported method Database.AddDatabase should have comment or be unexported (golint)
    • cri/types/console.go
    • Line 8: warning: comment on exported type Console_ConsoleMessage should be of the form "Console_ConsoleMessage ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Console_ConsoleMessage should be ConsoleConsoleMessage (golint)
    • cri/types/indexeddb.go
    • Line 8: warning: comment on exported type IndexedDB_DatabaseWithObjectStores should be of the form "IndexedDB_DatabaseWithObjectStores ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type IndexedDB_DatabaseWithObjectStores should be IndexedDBDatabaseWithObjectStores (golint)
    • Line 18: warning: comment on exported type IndexedDB_ObjectStore should be of the form "IndexedDB_ObjectStore ..." (with optional leading article) (golint)
    • Line 19: warning: don't use underscores in Go names; type IndexedDB_ObjectStore should be IndexedDBObjectStore (golint)
    • Line 30: warning: comment on exported type IndexedDB_ObjectStoreIndex should be of the form "IndexedDB_ObjectStoreIndex ..." (with optional leading article) (golint)
    • Line 31: warning: don't use underscores in Go names; type IndexedDB_ObjectStoreIndex should be IndexedDBObjectStoreIndex (golint)
    • Line 42: warning: comment on exported type IndexedDB_Key should be of the form "IndexedDB_Key ..." (with optional leading article) (golint)
    • Line 43: warning: don't use underscores in Go names; type IndexedDB_Key should be IndexedDBKey (golint)
    • Line 56: warning: comment on exported type IndexedDB_KeyRange should be of the form "IndexedDB_KeyRange ..." (with optional leading article) (golint)
    • Line 57: warning: don't use underscores in Go names; type IndexedDB_KeyRange should be IndexedDBKeyRange (golint)
    • Line 68: warning: comment on exported type IndexedDB_DataEntry should be of the form "IndexedDB_DataEntry ..." (with optional leading article) (golint)
    • Line 69: warning: don't use underscores in Go names; type IndexedDB_DataEntry should be IndexedDBDataEntry (golint)
    • Line 78: warning: comment on exported type IndexedDB_KeyPath should be of the form "IndexedDB_KeyPath ..." (with optional leading article) (golint)
    • Line 79: warning: don't use underscores in Go names; type IndexedDB_KeyPath should be IndexedDBKeyPath (golint)
    • cri/types/target.go
    • Line 8: warning: don't use underscores in Go names; type Target_TargetID should be TargetTargetID (golint)
    • Line 8: warning: exported type Target_TargetID should have comment or be unexported (golint)
    • Line 10: warning: comment on exported type Target_SessionID should be of the form "Target_SessionID ..." (with optional leading article) (golint)
    • Line 11: warning: don't use underscores in Go names; type Target_SessionID should be TargetSessionID (golint)
    • Line 13: warning: don't use underscores in Go names; type Target_BrowserContextID should be TargetBrowserContextID (golint)
    • Line 13: warning: exported type Target_BrowserContextID should have comment or be unexported (golint)
    • Line 15: warning: don't use underscores in Go names; type Target_TargetInfo should be TargetTargetInfo (golint)
    • Line 15: warning: exported type Target_TargetInfo should have comment or be unexported (golint)
    • Line 26: warning: don't use underscores in Go names; type Target_RemoteLocation should be TargetRemoteLocation (golint)
    • Line 26: warning: exported type Target_RemoteLocation should have comment or be unexported (golint)
    • cri/css/commands.go
    • Line 49: warning: comment on exported type CSS should be of the form "CSS ..." (with optional leading article) (golint)
    • Line 59: warning: comment on exported method CSS.Enable should be of the form "Enable ..." (golint)
    • Line 65: warning: comment on exported method CSS.Disable should be of the form "Disable ..." (golint)
    • Line 71: warning: exported type GetMatchedStylesForNodeRequest should have comment or be unexported (golint)
    • Line 75: warning: exported type GetMatchedStylesForNodeResponse should have comment or be unexported (golint)
    • Line 90: warning: comment on exported method CSS.GetMatchedStylesForNode should be of the form "GetMatchedStylesForNode ..." (golint)
    • Line 96: warning: exported type GetInlineStylesForNodeRequest should have comment or be unexported (golint)
    • Line 100: warning: exported type GetInlineStylesForNodeResponse should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method CSS.GetInlineStylesForNode should be of the form "GetInlineStylesForNode ..." (golint)
    • Line 113: warning: exported type GetComputedStyleForNodeRequest should have comment or be unexported (golint)
    • Line 117: warning: exported type GetComputedStyleForNodeResponse should have comment or be unexported (golint)
    • Line 122: warning: comment on exported method CSS.GetComputedStyleForNode should be of the form "GetComputedStyleForNode ..." (golint)
    • Line 128: warning: exported type GetPlatformFontsForNodeRequest should have comment or be unexported (golint)
    • Line 132: warning: exported type GetPlatformFontsForNodeResponse should have comment or be unexported (golint)
    • Line 137: warning: comment on exported method CSS.GetPlatformFontsForNode should be of the form "GetPlatformFontsForNode ..." (golint)
    • Line 143: warning: exported type GetStyleSheetTextRequest should have comment or be unexported (golint)
    • Line 147: warning: exported type GetStyleSheetTextResponse should have comment or be unexported (golint)
    • Line 152: warning: comment on exported method CSS.GetStyleSheetText should be of the form "GetStyleSheetText ..." (golint)
    • Line 158: warning: exported type CollectClassNamesRequest should have comment or be unexported (golint)
    • Line 162: warning: exported type CollectClassNamesResponse should have comment or be unexported (golint)
    • Line 167: warning: comment on exported method CSS.CollectClassNames should be of the form "CollectClassNames ..." (golint)
    • Line 173: warning: exported type SetStyleSheetTextRequest should have comment or be unexported (golint)
    • Line 178: warning: exported type SetStyleSheetTextResponse should have comment or be unexported (golint)
    • Line 183: warning: comment on exported method CSS.SetStyleSheetText should be of the form "SetStyleSheetText ..." (golint)
    • Line 189: warning: exported type SetRuleSelectorRequest should have comment or be unexported (golint)
    • Line 195: warning: exported type SetRuleSelectorResponse should have comment or be unexported (golint)
    • Line 200: warning: comment on exported method CSS.SetRuleSelector should be of the form "SetRuleSelector ..." (golint)
    • Line 206: warning: exported type SetKeyframeKeyRequest should have comment or be unexported (golint)
    • Line 212: warning: exported type SetKeyframeKeyResponse should have comment or be unexported (golint)
    • Line 217: warning: comment on exported method CSS.SetKeyframeKey should be of the form "SetKeyframeKey ..." (golint)
    • Line 223: warning: exported type SetStyleTextsRequest should have comment or be unexported (golint)
    • Line 227: warning: exported type SetStyleTextsResponse should have comment or be unexported (golint)
    • Line 232: warning: comment on exported method CSS.SetStyleTexts should be of the form "SetStyleTexts ..." (golint)
    • Line 238: warning: exported type SetMediaTextRequest should have comment or be unexported (golint)
    • Line 244: warning: exported type SetMediaTextResponse should have comment or be unexported (golint)
    • Line 249: warning: comment on exported method CSS.SetMediaText should be of the form "SetMediaText ..." (golint)
    • Line 255: warning: exported type CreateStyleSheetRequest should have comment or be unexported (golint)
    • Line 260: warning: exported type CreateStyleSheetResponse should have comment or be unexported (golint)
    • Line 265: warning: comment on exported method CSS.CreateStyleSheet should be of the form "CreateStyleSheet ..." (golint)
    • Line 271: warning: exported type AddRuleRequest should have comment or be unexported (golint)
    • Line 280: warning: exported type AddRuleResponse should have comment or be unexported (golint)
    • Line 285: warning: comment on exported method CSS.AddRule should be of the form "AddRule ..." (golint)
    • Line 291: warning: exported type ForcePseudoStateRequest should have comment or be unexported (golint)
    • Line 298: warning: comment on exported method CSS.ForcePseudoState should be of the form "ForcePseudoState ..." (golint)
    • Line 304: warning: exported type GetMediaQueriesResponse should have comment or be unexported (golint)
    • Line 308: warning: comment on exported method CSS.GetMediaQueries should be of the form "GetMediaQueries ..." (golint)
    • Line 314: warning: exported type SetEffectivePropertyValueForNodeRequest should have comment or be unexported (golint)
    • Line 321: warning: comment on exported method CSS.SetEffectivePropertyValueForNode should be of the form "SetEffectivePropertyValueForNode ..." (golint)
    • Line 327: warning: exported type GetBackgroundColorsRequest should have comment or be unexported (golint)
    • Line 332: warning: exported type GetBackgroundColorsResponse should have comment or be unexported (golint)
    • Line 343: warning: exported method CSS.GetBackgroundColors should have comment or be unexported (golint)
    • Line 348: warning: comment on exported method CSS.StartRuleUsageTracking should be of the form "StartRuleUsageTracking ..." (golint)
    • Line 354: warning: exported type TakeCoverageDeltaResponse should have comment or be unexported (golint)
    • Line 358: warning: comment on exported method CSS.TakeCoverageDelta should be of the form "TakeCoverageDelta ..." (golint)
    • Line 364: warning: exported type StopRuleUsageTrackingResponse should have comment or be unexported (golint)
    • Line 368: warning: comment on exported method CSS.StopRuleUsageTracking should be of the form "StopRuleUsageTracking ..." (golint)
    • Line 374: warning: comment on exported method CSS.MediaQueryResultChanged should be of the form "MediaQueryResultChanged ..." (golint)
    • Line 390: warning: comment on exported method CSS.FontsUpdated should be of the form "FontsUpdated ..." (golint)
    • Line 406: warning: exported type StyleSheetChangedParams should have comment or be unexported (golint)
    • Line 410: warning: comment on exported method CSS.StyleSheetChanged should be of the form "StyleSheetChanged ..." (golint)
    • Line 426: warning: exported type StyleSheetAddedParams should have comment or be unexported (golint)
    • Line 431: warning: comment on exported method CSS.StyleSheetAdded should be of the form "StyleSheetAdded ..." (golint)
    • Line 447: warning: exported type StyleSheetRemovedParams should have comment or be unexported (golint)
    • Line 452: warning: comment on exported method CSS.StyleSheetRemoved should be of the form "StyleSheetRemoved ..." (golint)
    • cri/input/commands.go
    • Line 26: warning: exported type Input should have comment or be unexported (golint)
    • Line 35: warning: exported type SetIgnoreInputEventsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported method Input.SetIgnoreInputEvents should be of the form "SetIgnoreInputEvents ..." (golint)
    • Line 46: warning: exported type DispatchKeyEventRequest should have comment or be unexported (golint)
    • Line 77: warning: comment on exported method Input.DispatchKeyEvent should be of the form "DispatchKeyEvent ..." (golint)
    • Line 83: warning: exported type DispatchMouseEventRequest should have comment or be unexported (golint)
    • Line 104: warning: comment on exported method Input.DispatchMouseEvent should be of the form "DispatchMouseEvent ..." (golint)
    • Line 110: warning: exported type DispatchTouchEventRequest should have comment or be unexported (golint)
    • Line 121: warning: comment on exported method Input.DispatchTouchEvent should be of the form "DispatchTouchEvent ..." (golint)
    • Line 127: warning: exported type EmulateTouchFromMouseEventRequest should have comment or be unexported (golint)
    • Line 148: warning: comment on exported method Input.EmulateTouchFromMouseEvent should be of the form "EmulateTouchFromMouseEvent ..." (golint)
    • Line 154: warning: exported type SynthesizePinchGestureRequest should have comment or be unexported (golint)
    • Line 167: warning: comment on exported method Input.SynthesizePinchGesture should be of the form "SynthesizePinchGesture ..." (golint)
    • Line 173: warning: exported type SynthesizeScrollGestureRequest should have comment or be unexported (golint)
    • Line 200: warning: comment on exported method Input.SynthesizeScrollGesture should be of the form "SynthesizeScrollGesture ..." (golint)
    • Line 206: warning: exported type SynthesizeTapGestureRequest should have comment or be unexported (golint)
    • Line 219: warning: comment on exported method Input.SynthesizeTapGesture should be of the form "SynthesizeTapGesture ..." (golint)
    • cri/tracing/commands.go
    • Line 30: warning: exported type Tracing should have comment or be unexported (golint)
    • Line 39: warning: exported type StartRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method Tracing.End should be of the form "End ..." (golint)
    • Line 63: warning: exported type GetCategoriesResponse should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method Tracing.GetCategories should be of the form "GetCategories ..." (golint)
    • Line 74: warning: exported type RequestMemoryDumpResponse should have comment or be unexported (golint)
    • Line 81: warning: comment on exported method Tracing.RequestMemoryDump should be of the form "RequestMemoryDump ..." (golint)
    • Line 87: warning: exported type RecordClockSyncMarkerRequest should have comment or be unexported (golint)
    • Line 92: warning: comment on exported method Tracing.RecordClockSyncMarker should be of the form "RecordClockSyncMarker ..." (golint)
    • Line 98: warning: exported type DataCollectedParams should have comment or be unexported (golint)
    • Line 102: warning: comment on exported method Tracing.DataCollected should be of the form "DataCollected ..." (golint)
    • Line 118: warning: exported type TracingCompleteParams should have comment or be unexported (golint)
    • Line 123: warning: comment on exported method Tracing.TracingComplete should be of the form "TracingComplete ..." (golint)
    • Line 139: warning: exported type BufferUsageParams should have comment or be unexported (golint)
    • Line 148: warning: exported method Tracing.BufferUsage should have comment or be unexported (golint)
    • cri/connection.go
    • Line 374: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 511: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • cri/types/domstorage.go
    • Line 8: warning: comment on exported type DOMStorage_StorageId should be of the form "DOMStorage_StorageId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type DOMStorage_StorageId should be DOMStorageStorageID (golint)
    • Line 16: warning: comment on exported type DOMStorage_Item should be of the form "DOMStorage_Item ..." (with optional leading article) (golint)
    • Line 17: warning: don't use underscores in Go names; type DOMStorage_Item should be DOMStorageItem (golint)
    • cri/types/log.go
    • Line 8: warning: comment on exported type Log_LogEntry should be of the form "Log_LogEntry ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Log_LogEntry should be LogLogEntry (golint)
    • Line 32: warning: comment on exported type Log_ViolationSetting should be of the form "Log_ViolationSetting ..." (with optional leading article) (golint)
    • Line 33: warning: don't use underscores in Go names; type Log_ViolationSetting should be LogViolationSetting (golint)
    • cri/types/profiler.go
    • Line 8: warning: comment on exported type Profiler_ProfileNode should be of the form "Profiler_ProfileNode ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Profiler_ProfileNode should be ProfilerProfileNode (golint)
    • Line 26: warning: comment on exported type Profiler_Profile should be of the form "Profiler_Profile ..." (with optional leading article) (golint)
    • Line 27: warning: don't use underscores in Go names; type Profiler_Profile should be ProfilerProfile (golint)
    • Line 40: warning: comment on exported type Profiler_PositionTickInfo should be of the form "Profiler_PositionTickInfo ..." (with optional leading article) (golint)
    • Line 41: warning: don't use underscores in Go names; type Profiler_PositionTickInfo should be ProfilerPositionTickInfo (golint)
    • Line 48: warning: comment on exported type Profiler_CoverageRange should be of the form "Profiler_CoverageRange ..." (with optional leading article) (golint)
    • Line 49: warning: don't use underscores in Go names; type Profiler_CoverageRange should be ProfilerCoverageRange (golint)
    • Line 58: warning: comment on exported type Profiler_FunctionCoverage should be of the form "Profiler_FunctionCoverage ..." (with optional leading article) (golint)
    • Line 59: warning: don't use underscores in Go names; type Profiler_FunctionCoverage should be ProfilerFunctionCoverage (golint)
    • Line 68: warning: comment on exported type Profiler_ScriptCoverage should be of the form "Profiler_ScriptCoverage ..." (with optional leading article) (golint)
    • Line 69: warning: don't use underscores in Go names; type Profiler_ScriptCoverage should be ProfilerScriptCoverage (golint)
    • Line 78: warning: comment on exported type Profiler_TypeObject should be of the form "Profiler_TypeObject ..." (with optional leading article) (golint)
    • Line 79: warning: don't use underscores in Go names; type Profiler_TypeObject should be ProfilerTypeObject (golint)
    • Line 84: warning: comment on exported type Profiler_TypeProfileEntry should be of the form "Profiler_TypeProfileEntry ..." (with optional leading article) (golint)
    • Line 85: warning: don't use underscores in Go names; type Profiler_TypeProfileEntry should be ProfilerTypeProfileEntry (golint)
    • Line 92: warning: comment on exported type Profiler_ScriptTypeProfile should be of the form "Profiler_ScriptTypeProfile ..." (with optional leading article) (golint)
    • Line 93: warning: don't use underscores in Go names; type Profiler_ScriptTypeProfile should be ProfilerScriptTypeProfile (golint)
    • cri/types/network.go
    • Line 8: warning: comment on exported type Network_LoaderId should be of the form "Network_LoaderId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Network_LoaderId should be NetworkLoaderID (golint)
    • Line 11: warning: comment on exported type Network_RequestId should be of the form "Network_RequestId ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Network_RequestId should be NetworkRequestID (golint)
    • Line 14: warning: comment on exported type Network_InterceptionId should be of the form "Network_InterceptionId ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type Network_InterceptionId should be NetworkInterceptionID (golint)
    • Line 17: warning: comment on exported type Network_ErrorReason should be of the form "Network_ErrorReason ..." (with optional leading article) (golint)
    • Line 18: warning: don't use underscores in Go names; type Network_ErrorReason should be NetworkErrorReason (golint)
    • Line 20: warning: comment on exported type Network_TimeSinceEpoch should be of the form "Network_TimeSinceEpoch ..." (with optional leading article) (golint)
    • Line 21: warning: don't use underscores in Go names; type Network_TimeSinceEpoch should be NetworkTimeSinceEpoch (golint)
    • Line 23: warning: comment on exported type Network_MonotonicTime should be of the form "Network_MonotonicTime ..." (with optional leading article) (golint)
    • Line 24: warning: don't use underscores in Go names; type Network_MonotonicTime should be NetworkMonotonicTime (golint)
    • Line 26: warning: comment on exported type Network_Headers should be of the form "Network_Headers ..." (with optional leading article) (golint)
    • Line 27: warning: don't use underscores in Go names; type Network_Headers should be NetworkHeaders (golint)
    • Line 30: warning: comment on exported type Network_ConnectionType should be of the form "Network_ConnectionType ..." (with optional leading article) (golint)
    • Line 31: warning: don't use underscores in Go names; type Network_ConnectionType should be NetworkConnectionType (golint)
    • Line 33: warning: comment on exported type Network_CookieSameSite should be of the form "Network_CookieSameSite ..." (with optional leading article) (golint)
    • Line 34: warning: don't use underscores in Go names; type Network_CookieSameSite should be NetworkCookieSameSite (golint)
    • Line 36: warning: comment on exported type Network_ResourceTiming should be of the form "Network_ResourceTiming ..." (with optional leading article) (golint)
    • Line 37: warning: don't use underscores in Go names; type Network_ResourceTiming should be NetworkResourceTiming (golint)
    • Line 76: warning: comment on exported type Network_ResourcePriority should be of the form "Network_ResourcePriority ..." (with optional leading article) (golint)
    • Line 77: warning: don't use underscores in Go names; type Network_ResourcePriority should be NetworkResourcePriority (golint)
    • Line 79: warning: comment on exported type Network_Request should be of the form "Network_Request ..." (with optional leading article) (golint)
    • Line 80: warning: don't use underscores in Go names; type Network_Request should be NetworkRequest (golint)
    • Line 99: warning: comment on exported type Network_SignedCertificateTimestamp should be of the form "Network_SignedCertificateTimestamp ..." (with optional leading article) (golint)
    • Line 100: warning: don't use underscores in Go names; type Network_SignedCertificateTimestamp should be NetworkSignedCertificateTimestamp (golint)
    • Line 119: warning: comment on exported type Network_SecurityDetails should be of the form "Network_SecurityDetails ..." (with optional leading article) (golint)
    • Line 120: warning: don't use underscores in Go names; type Network_SecurityDetails should be NetworkSecurityDetails (golint)
    • Line 147: warning: comment on exported type Network_BlockedReason should be of the form "Network_BlockedReason ..." (with optional leading article) (golint)
    • Line 148: warning: don't use underscores in Go names; type Network_BlockedReason should be NetworkBlockedReason (golint)
    • Line 150: warning: comment on exported type Network_Response should be of the form "Network_Response ..." (with optional leading article) (golint)
    • Line 151: warning: don't use underscores in Go names; type Network_Response should be NetworkResponse (golint)
    • Line 192: warning: comment on exported type Network_WebSocketRequest should be of the form "Network_WebSocketRequest ..." (with optional leading article) (golint)
    • Line 193: warning: don't use underscores in Go names; type Network_WebSocketRequest should be NetworkWebSocketRequest (golint)
    • Line 198: warning: comment on exported type Network_WebSocketResponse should be of the form "Network_WebSocketResponse ..." (with optional leading article) (golint)
    • Line 199: warning: don't use underscores in Go names; type Network_WebSocketResponse should be NetworkWebSocketResponse (golint)
    • Line 214: warning: comment on exported type Network_WebSocketFrame should be of the form "Network_WebSocketFrame ..." (with optional leading article) (golint)
    • Line 215: warning: don't use underscores in Go names; type Network_WebSocketFrame should be NetworkWebSocketFrame (golint)
    • Line 224: warning: comment on exported type Network_CachedResource should be of the form "Network_CachedResource ..." (with optional leading article) (golint)
    • Line 225: warning: don't use underscores in Go names; type Network_CachedResource should be NetworkCachedResource (golint)
    • Line 236: warning: comment on exported type Network_Initiator should be of the form "Network_Initiator ..." (with optional leading article) (golint)
    • Line 237: warning: don't use underscores in Go names; type Network_Initiator should be NetworkInitiator (golint)
    • Line 248: warning: comment on exported type Network_Cookie should be of the form "Network_Cookie ..." (with optional leading article) (golint)
    • Line 249: warning: don't use underscores in Go names; type Network_Cookie should be NetworkCookie (golint)
    • Line 272: warning: comment on exported type Network_CookieParam should be of the form "Network_CookieParam ..." (with optional leading article) (golint)
    • Line 273: warning: don't use underscores in Go names; type Network_CookieParam should be NetworkCookieParam (golint)
    • Line 294: warning: comment on exported type Network_AuthChallenge should be of the form "Network_AuthChallenge ..." (with optional leading article) (golint)
    • Line 295: warning: don't use underscores in Go names; type Network_AuthChallenge should be NetworkAuthChallenge (golint)
    • Line 306: warning: comment on exported type Network_AuthChallengeResponse should be of the form "Network_AuthChallengeResponse ..." (with optional leading article) (golint)
    • Line 307: warning: don't use underscores in Go names; type Network_AuthChallengeResponse should be NetworkAuthChallengeResponse (golint)
    • Line 316: warning: comment on exported type Network_InterceptionStage should be of the form "Network_InterceptionStage ..." (with optional leading article) (golint)
    • Line 317: warning: don't use underscores in Go names; type Network_InterceptionStage should be NetworkInterceptionStage (golint)
    • Line 319: warning: comment on exported type Network_RequestPattern should be of the form "Network_RequestPattern ..." (with optional leading article) (golint)
    • Line 320: warning: don't use underscores in Go names; type Network_RequestPattern should be NetworkRequestPattern (golint)
    • cri/headlessexperimental/commands.go
    • Line 27: warning: comment on exported type HeadlessExperimental should be of the form "HeadlessExperimental ..." (with optional leading article) (golint)
    • Line 37: warning: comment on exported method HeadlessExperimental.Enable should be of the form "Enable ..." (golint)
    • Line 43: warning: comment on exported method HeadlessExperimental.Disable should be of the form "Disable ..." (golint)
    • Line 49: warning: exported type BeginFrameRequest should have comment or be unexported (golint)
    • Line 60: warning: exported type BeginFrameResponse should have comment or be unexported (golint)
    • Line 69: warning: comment on exported method HeadlessExperimental.BeginFrame should be of the form "BeginFrame ..." (golint)
    • Line 75: warning: exported type NeedsBeginFramesChangedParams should have comment or be unexported (golint)
    • Line 80: warning: comment on exported method HeadlessExperimental.NeedsBeginFramesChanged should be of the form "NeedsBeginFramesChanged ..." (golint)
    • Line 96: warning: comment on exported method HeadlessExperimental.MainFrameReadyForScreenshots should be of the form "MainFrameReadyForScreenshots ..." (golint)
    • cri/io/commands.go
    • Line 21: warning: comment on exported type IO should be of the form "IO ..." (with optional leading article) (golint)
    • Line 31: warning: exported type ReadRequest should have comment or be unexported (golint)
    • Line 40: warning: exported type ReadResponse should have comment or be unexported (golint)
    • Line 55: warning: exported type CloseRequest should have comment or be unexported (golint)
    • Line 66: warning: exported type ResolveBlobRequest should have comment or be unexported (golint)
    • Line 71: warning: exported type ResolveBlobResponse should have comment or be unexported (golint)
    • Line 76: warning: comment on exported method IO.ResolveBlob should be of the form "ResolveBlob ..." (golint)
    • cri/domstorage/commands.go
    • Line 32: warning: comment on exported type DOMStorage should be of the form "DOMStorage ..." (with optional leading article) (golint)
    • Line 42: warning: comment on exported method DOMStorage.Enable should be of the form "Enable ..." (golint)
    • Line 48: warning: comment on exported method DOMStorage.Disable should be of the form "Disable ..." (golint)
    • Line 54: warning: exported type ClearRequest should have comment or be unexported (golint)
    • Line 58: warning: exported method DOMStorage.Clear should have comment or be unexported (golint)
    • Line 63: warning: exported type GetDOMStorageItemsRequest should have comment or be unexported (golint)
    • Line 67: warning: exported type GetDOMStorageItemsResponse should have comment or be unexported (golint)
    • Line 71: warning: exported method DOMStorage.GetDOMStorageItems should have comment or be unexported (golint)
    • Line 76: warning: exported type SetDOMStorageItemRequest should have comment or be unexported (golint)
    • Line 82: warning: exported method DOMStorage.SetDOMStorageItem should have comment or be unexported (golint)
    • Line 87: warning: exported type RemoveDOMStorageItemRequest should have comment or be unexported (golint)
    • Line 92: warning: exported method DOMStorage.RemoveDOMStorageItem should have comment or be unexported (golint)
    • Line 97: warning: exported type DomStorageItemsClearedParams should have comment or be unexported (golint)
    • Line 101: warning: exported method DOMStorage.DomStorageItemsCleared should have comment or be unexported (golint)
    • Line 116: warning: exported type DomStorageItemRemovedParams should have comment or be unexported (golint)
    • Line 121: warning: exported method DOMStorage.DomStorageItemRemoved should have comment or be unexported (golint)
    • Line 136: warning: exported type DomStorageItemAddedParams should have comment or be unexported (golint)
    • Line 142: warning: exported method DOMStorage.DomStorageItemAdded should have comment or be unexported (golint)
    • Line 157: warning: exported type DomStorageItemUpdatedParams should have comment or be unexported (golint)
    • Line 164: warning: exported method DOMStorage.DomStorageItemUpdated should have comment or be unexported (golint)
    • cri/systeminfo/commands.go
    • Line 29: warning: exported type GetInfoResponse should have comment or be unexported (golint)
    • Line 40: warning: comment on exported method SystemInfo.GetInfo should be of the form "GetInfo ..." (golint)
    • cri/types/memory.go
    • Line 8: warning: comment on exported type Memory_PressureLevel should be of the form "Memory_PressureLevel ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Memory_PressureLevel should be MemoryPressureLevel (golint)
    • cri/types/page.go
    • Line 8: warning: comment on exported type Page_ResourceType should be of the form "Page_ResourceType ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Page_ResourceType should be PageResourceType (golint)
    • Line 11: warning: comment on exported type Page_FrameId should be of the form "Page_FrameId ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Page_FrameId should be PageFrameID (golint)
    • Line 14: warning: comment on exported type Page_Frame should be of the form "Page_Frame ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type Page_Frame should be PageFrame (golint)
    • Line 35: warning: comment on exported type Page_FrameResource should be of the form "Page_FrameResource ..." (with optional leading article) (golint)
    • Line 36: warning: don't use underscores in Go names; type Page_FrameResource should be PageFrameResource (golint)
    • Line 53: warning: comment on exported type Page_FrameResourceTree should be of the form "Page_FrameResourceTree ..." (with optional leading article) (golint)
    • Line 54: warning: don't use underscores in Go names; type Page_FrameResourceTree should be PageFrameResourceTree (golint)
    • Line 63: warning: comment on exported type Page_FrameTree should be of the form "Page_FrameTree ..." (with optional leading article) (golint)
    • Line 64: warning: don't use underscores in Go names; type Page_FrameTree should be PageFrameTree (golint)
    • Line 71: warning: comment on exported type Page_ScriptIdentifier should be of the form "Page_ScriptIdentifier ..." (with optional leading article) (golint)
    • Line 72: warning: don't use underscores in Go names; type Page_ScriptIdentifier should be PageScriptIdentifier (golint)
    • Line 74: warning: comment on exported type Page_TransitionType should be of the form "Page_TransitionType ..." (with optional leading article) (golint)
    • Line 75: warning: don't use underscores in Go names; type Page_TransitionType should be PageTransitionType (golint)
    • Line 77: warning: comment on exported type Page_NavigationEntry should be of the form "Page_NavigationEntry ..." (with optional leading article) (golint)
    • Line 78: warning: don't use underscores in Go names; type Page_NavigationEntry should be PageNavigationEntry (golint)
    • Line 91: warning: comment on exported type Page_ScreencastFrameMetadata should be of the form "Page_ScreencastFrameMetadata ..." (with optional leading article) (golint)
    • Line 92: warning: don't use underscores in Go names; type Page_ScreencastFrameMetadata should be PageScreencastFrameMetadata (golint)
    • Line 109: warning: comment on exported type Page_DialogType should be of the form "Page_DialogType ..." (with optional leading article) (golint)
    • Line 110: warning: don't use underscores in Go names; type Page_DialogType should be PageDialogType (golint)
    • Line 112: warning: comment on exported type Page_AppManifestError should be of the form "Page_AppManifestError ..." (with optional leading article) (golint)
    • Line 113: warning: don't use underscores in Go names; type Page_AppManifestError should be PageAppManifestError (golint)
    • Line 124: warning: comment on exported type Page_LayoutViewport should be of the form "Page_LayoutViewport ..." (with optional leading article) (golint)
    • Line 125: warning: don't use underscores in Go names; type Page_LayoutViewport should be PageLayoutViewport (golint)
    • Line 136: warning: comment on exported type Page_VisualViewport should be of the form "Page_VisualViewport ..." (with optional leading article) (golint)
    • Line 137: warning: don't use underscores in Go names; type Page_VisualViewport should be PageVisualViewport (golint)
    • Line 154: warning: comment on exported type Page_Viewport should be of the form "Page_Viewport ..." (with optional leading article) (golint)
    • Line 155: warning: don't use underscores in Go names; type Page_Viewport should be PageViewport (golint)
    • cri/inspector/commands.go
    • Line 25: warning: exported type Inspector should have comment or be unexported (golint)
    • Line 34: warning: comment on exported method Inspector.Enable should be of the form "Enable ..." (golint)
    • Line 40: warning: comment on exported method Inspector.Disable should be of the form "Disable ..." (golint)
    • Line 46: warning: exported type DetachedParams should have comment or be unexported (golint)
    • Line 51: warning: comment on exported method Inspector.Detached should be of the form "Detached ..." (golint)
    • Line 67: warning: comment on exported method Inspector.TargetCrashed should be of the form "TargetCrashed ..." (golint)
    • cri/layertree/commands.go
    • Line 33: warning: exported type LayerTree should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method LayerTree.Enable should be of the form "Enable ..." (golint)
    • Line 48: warning: comment on exported method LayerTree.Disable should be of the form "Disable ..." (golint)
    • Line 54: warning: exported type CompositingReasonsRequest should have comment or be unexported (golint)
    • Line 59: warning: exported type CompositingReasonsResponse should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method LayerTree.CompositingReasons should be of the form "CompositingReasons ..." (golint)
    • Line 70: warning: exported type MakeSnapshotRequest should have comment or be unexported (golint)
    • Line 75: warning: exported type MakeSnapshotResponse should have comment or be unexported (golint)
    • Line 80: warning: comment on exported method LayerTree.MakeSnapshot should be of the form "MakeSnapshot ..." (golint)
    • Line 86: warning: exported type LoadSnapshotRequest should have comment or be unexported (golint)
    • Line 91: warning: exported type LoadSnapshotResponse should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method LayerTree.LoadSnapshot should be of the form "LoadSnapshot ..." (golint)
    • Line 102: warning: exported type ReleaseSnapshotRequest should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method LayerTree.ReleaseSnapshot should be of the form "ReleaseSnapshot ..." (golint)
    • Line 113: warning: exported type ProfileSnapshotRequest should have comment or be unexported (golint)
    • Line 124: warning: exported type ProfileSnapshotResponse should have comment or be unexported (golint)
    • Line 129: warning: exported method LayerTree.ProfileSnapshot should have comment or be unexported (golint)
    • Line 134: warning: exported type ReplaySnapshotRequest should have comment or be unexported (golint)
    • Line 145: warning: exported type ReplaySnapshotResponse should have comment or be unexported (golint)
    • Line 150: warning: comment on exported method LayerTree.ReplaySnapshot should be of the form "ReplaySnapshot ..." (golint)
    • Line 156: warning: exported type SnapshotCommandLogRequest should have comment or be unexported (golint)
    • Line 161: warning: exported type SnapshotCommandLogResponse should have comment or be unexported (golint)
    • Line 166: warning: comment on exported method LayerTree.SnapshotCommandLog should be of the form "SnapshotCommandLog ..." (golint)
    • Line 172: warning: exported type LayerTreeDidChangeParams should have comment or be unexported (golint)
    • Line 177: warning: exported method LayerTree.LayerTreeDidChange should have comment or be unexported (golint)
    • Line 192: warning: exported type LayerPaintedParams should have comment or be unexported (golint)
    • Line 199: warning: exported method LayerTree.LayerPainted should have comment or be unexported (golint)
    • cri/overlay/commands.go
    • Line 41: warning: comment on exported type Overlay should be of the form "Overlay ..." (with optional leading article) (golint)
    • Line 51: warning: comment on exported method Overlay.Enable should be of the form "Enable ..." (golint)
    • Line 57: warning: comment on exported method Overlay.Disable should be of the form "Disable ..." (golint)
    • Line 63: warning: exported type SetShowPaintRectsRequest should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method Overlay.SetShowPaintRects should be of the form "SetShowPaintRects ..." (golint)
    • Line 74: warning: exported type SetShowDebugBordersRequest should have comment or be unexported (golint)
    • Line 79: warning: comment on exported method Overlay.SetShowDebugBorders should be of the form "SetShowDebugBorders ..." (golint)
    • Line 85: warning: exported type SetShowFPSCounterRequest should have comment or be unexported (golint)
    • Line 90: warning: comment on exported method Overlay.SetShowFPSCounter should be of the form "SetShowFPSCounter ..." (golint)
    • Line 96: warning: exported type SetShowScrollBottleneckRectsRequest should have comment or be unexported (golint)
    • Line 101: warning: comment on exported method Overlay.SetShowScrollBottleneckRects should be of the form "SetShowScrollBottleneckRects ..." (golint)
    • Line 107: warning: exported type SetShowViewportSizeOnResizeRequest should have comment or be unexported (golint)
    • Line 112: warning: comment on exported method Overlay.SetShowViewportSizeOnResize should be of the form "SetShowViewportSizeOnResize ..." (golint)
    • Line 118: warning: exported type SetPausedInDebuggerMessageRequest should have comment or be unexported (golint)
    • Line 123: warning: exported method Overlay.SetPausedInDebuggerMessage should have comment or be unexported (golint)
    • Line 128: warning: exported type SetSuspendedRequest should have comment or be unexported (golint)
    • Line 133: warning: exported method Overlay.SetSuspended should have comment or be unexported (golint)
    • Line 138: warning: exported type SetInspectModeRequest should have comment or be unexported (golint)
    • Line 145: warning: comment on exported method Overlay.SetInspectMode should be of the form "SetInspectMode ..." (golint)
    • Line 151: warning: exported type HighlightRectRequest should have comment or be unexported (golint)
    • Line 166: warning: comment on exported method Overlay.HighlightRect should be of the form "HighlightRect ..." (golint)
    • Line 172: warning: exported type HighlightQuadRequest should have comment or be unexported (golint)
    • Line 181: warning: comment on exported method Overlay.HighlightQuad should be of the form "HighlightQuad ..." (golint)
    • Line 187: warning: exported type HighlightNodeRequest should have comment or be unexported (golint)
    • Line 198: warning: comment on exported method Overlay.HighlightNode should be of the form "HighlightNode ..." (golint)
    • Line 204: warning: exported type HighlightFrameRequest should have comment or be unexported (golint)
    • Line 213: warning: comment on exported method Overlay.HighlightFrame should be of the form "HighlightFrame ..." (golint)
    • Line 219: warning: comment on exported method Overlay.HideHighlight should be of the form "HideHighlight ..." (golint)
    • Line 225: warning: exported type GetHighlightObjectForTestRequest should have comment or be unexported (golint)
    • Line 230: warning: exported type GetHighlightObjectForTestResponse should have comment or be unexported (golint)
    • Line 235: warning: comment on exported method Overlay.GetHighlightObjectForTest should be of the form "GetHighlightObjectForTest ..." (golint)
    • Line 241: warning: exported type NodeHighlightRequestedParams should have comment or be unexported (golint)
    • Line 245: warning: comment on exported method Overlay.NodeHighlightRequested should be of the form "NodeHighlightRequested ..." (golint)
    • Line 261: warning: exported type InspectNodeRequestedParams should have comment or be unexported (golint)
    • Line 266: warning: comment on exported method Overlay.InspectNodeRequested should be of the form "InspectNodeRequested ..." (golint)
    • Line 282: warning: exported type ScreenshotRequestedParams should have comment or be unexported (golint)
    • Line 287: warning: comment on exported method Overlay.ScreenshotRequested should be of the form "ScreenshotRequested ..." (golint)
    • cri/cmd/cri-gen/jsonDefinitions.go
    • Line 3: warning: exported type Version should have comment or be unexported (golint)
    • Line 8: warning: exported type Item should have comment or be unexported (golint)
    • Line 13: warning: exported type Parameter should have comment or be unexported (golint)
    • Line 24: warning: exported type Type should have comment or be unexported (golint)
    • Line 34: warning: exported type Command should have comment or be unexported (golint)
    • Line 42: warning: exported type Event should have comment or be unexported (golint)
    • Line 49: warning: exported type Domain should have comment or be unexported (golint)
    • Line 59: warning: exported type BrowserProtocol should have comment or be unexported (golint)
    • Line 64: warning: exported type JSProtocol should have comment or be unexported (golint)
    • cri/types/css.go
    • Line 8: warning: don't use underscores in Go names; type CSS_StyleSheetId should be CSSStyleSheetID (golint)
    • Line 8: warning: exported type CSS_StyleSheetId should have comment or be unexported (golint)
    • Line 10: warning: comment on exported type CSS_StyleSheetOrigin should be of the form "CSS_StyleSheetOrigin ..." (with optional leading article) (golint)
    • Line 11: warning: don't use underscores in Go names; type CSS_StyleSheetOrigin should be CSSStyleSheetOrigin (golint)
    • Line 13: warning: comment on exported type CSS_PseudoElementMatches should be of the form "CSS_PseudoElementMatches ..." (with optional leading article) (golint)
    • Line 14: warning: don't use underscores in Go names; type CSS_PseudoElementMatches should be CSSPseudoElementMatches (golint)
    • Line 21: warning: comment on exported type CSS_InheritedStyleEntry should be of the form "CSS_InheritedStyleEntry ..." (with optional leading article) (golint)
    • Line 22: warning: don't use underscores in Go names; type CSS_InheritedStyleEntry should be CSSInheritedStyleEntry (golint)
    • Line 29: warning: comment on exported type CSS_RuleMatch should be of the form "CSS_RuleMatch ..." (with optional leading article) (golint)
    • Line 30: warning: don't use underscores in Go names; type CSS_RuleMatch should be CSSRuleMatch (golint)
    • Line 37: warning: comment on exported type CSS_Value should be of the form "CSS_Value ..." (with optional leading article) (golint)
    • Line 38: warning: don't use underscores in Go names; type CSS_Value should be CSSValue (golint)
    • Line 45: warning: comment on exported type CSS_SelectorList should be of the form "CSS_SelectorList ..." (with optional leading article) (golint)
    • Line 46: warning: don't use underscores in Go names; type CSS_SelectorList should be CSSSelectorList (golint)
    • Line 53: warning: comment on exported type CSS_CSSStyleSheetHeader should be of the form "CSS_CSSStyleSheetHeader ..." (with optional leading article) (golint)
    • Line 54: warning: don't use underscores in Go names; type CSS_CSSStyleSheetHeader should be CSSCSSStyleSheetHeader (golint)
    • Line 83: warning: comment on exported type CSS_CSSRule should be of the form "CSS_CSSRule ..." (with optional leading article) (golint)
    • Line 84: warning: don't use underscores in Go names; type CSS_CSSRule should be CSSCSSRule (golint)
    • Line 97: warning: comment on exported type CSS_RuleUsage should be of the form "CSS_RuleUsage ..." (with optional leading article) (golint)
    • Line 98: warning: don't use underscores in Go names; type CSS_RuleUsage should be CSSRuleUsage (golint)
    • Line 109: warning: comment on exported type CSS_SourceRange should be of the form "CSS_SourceRange ..." (with optional leading article) (golint)
    • Line 110: warning: don't use underscores in Go names; type CSS_SourceRange should be CSSSourceRange (golint)
    • Line 121: warning: don't use underscores in Go names; type CSS_ShorthandEntry should be CSSShorthandEntry (golint)
    • Line 121: warning: exported type CSS_ShorthandEntry should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; type CSS_CSSComputedStyleProperty should be CSSCSSComputedStyleProperty (golint)
    • Line 130: warning: exported type CSS_CSSComputedStyleProperty should have comment or be unexported (golint)
    • Line 137: warning: comment on exported type CSS_CSSStyle should be of the form "CSS_CSSStyle ..." (with optional leading article) (golint)
    • Line 138: warning: don't use underscores in Go names; type CSS_CSSStyle should be CSSCSSStyle (golint)
    • Line 151: warning: comment on exported type CSS_CSSProperty should be of the form "CSS_CSSProperty ..." (with optional leading article) (golint)
    • Line 152: warning: don't use underscores in Go names; type CSS_CSSProperty should be CSSCSSProperty (golint)
    • Line 171: warning: comment on exported type CSS_CSSMedia should be of the form "CSS_CSSMedia ..." (with optional leading article) (golint)
    • Line 172: warning: don't use underscores in Go names; type CSS_CSSMedia should be CSSCSSMedia (golint)
    • Line 187: warning: comment on exported type CSS_MediaQuery should be of the form "CSS_MediaQuery ..." (with optional leading article) (golint)
    • Line 188: warning: don't use underscores in Go names; type CSS_MediaQuery should be CSSMediaQuery (golint)
    • Line 195: warning: comment on exported type CSS_MediaQueryExpression should be of the form "CSS_MediaQueryExpression ..." (with optional leading article) (golint)
    • Line 196: warning: don't use underscores in Go names; type CSS_MediaQueryExpression should be CSSMediaQueryExpression (golint)
    • Line 209: warning: comment on exported type CSS_PlatformFontUsage should be of the form "CSS_PlatformFontUsage ..." (with optional leading article) (golint)
    • Line 210: warning: don't use underscores in Go names; type CSS_PlatformFontUsage should be CSSPlatformFontUsage (golint)
    • Line 219: warning: comment on exported type CSS_CSSKeyframesRule should be of the form "CSS_CSSKeyframesRule ..." (with optional leading article) (golint)
    • Line 220: warning: don't use underscores in Go names; type CSS_CSSKeyframesRule should be CSSCSSKeyframesRule (golint)
    • Line 227: warning: comment on exported type CSS_CSSKeyframeRule should be of the form "CSS_CSSKeyframeRule ..." (with optional leading article) (golint)
    • Line 228: warning: don't use underscores in Go names; type CSS_CSSKeyframeRule should be CSSCSSKeyframeRule (golint)
    • Line 239: warning: comment on exported type CSS_StyleDeclarationEdit should be of the form "CSS_StyleDeclarationEdit ..." (with optional leading article) (golint)
    • Line 240: warning: don't use underscores in Go names; type CSS_StyleDeclarationEdit should be CSSStyleDeclarationEdit (golint)
    • cri/accessibility/commands.go
    • Line 19: warning: exported type Accessibility should have comment or be unexported (golint)
    • Line 28: warning: exported type GetPartialAXTreeRequest should have comment or be unexported (golint)
    • Line 35: warning: exported type GetPartialAXTreeResponse should have comment or be unexported (golint)
    • Line 40: warning: comment on exported method Accessibility.GetPartialAXTree should be of the form "GetPartialAXTree ..." (golint)
    • cri/types/systeminfo.go
    • Line 8: warning: comment on exported type SystemInfo_GPUDevice should be of the form "SystemInfo_GPUDevice ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type SystemInfo_GPUDevice should be SystemInfoGPUDevice (golint)
    • Line 20: warning: comment on exported type SystemInfo_GPUInfo should be of the form "SystemInfo_GPUInfo ..." (with optional leading article) (golint)
    • Line 21: warning: don't use underscores in Go names; type SystemInfo_GPUInfo should be SystemInfoGPUInfo (golint)
    • cri/animation/commands.go
    • Line 35: warning: exported type Animation should have comment or be unexported (golint)
    • Line 44: warning: comment on exported method Animation.Enable should be of the form "Enable ..." (golint)
    • Line 50: warning: comment on exported method Animation.Disable should be of the form "Disable ..." (golint)
    • Line 56: warning: exported type GetPlaybackRateResponse should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method Animation.GetPlaybackRate should be of the form "GetPlaybackRate ..." (golint)
    • Line 67: warning: exported type SetPlaybackRateRequest should have comment or be unexported (golint)
    • Line 72: warning: comment on exported method Animation.SetPlaybackRate should be of the form "SetPlaybackRate ..." (golint)
    • Line 78: warning: exported type GetCurrentTimeRequest should have comment or be unexported (golint)
    • Line 83: warning: exported type GetCurrentTimeResponse should have comment or be unexported (golint)
    • Line 88: warning: comment on exported method Animation.GetCurrentTime should be of the form "GetCurrentTime ..." (golint)
    • Line 94: warning: exported type SetPausedRequest should have comment or be unexported (golint)
    • Line 101: warning: comment on exported method Animation.SetPaused should be of the form "SetPaused ..." (golint)
    • Line 107: warning: exported type SetTimingRequest should have comment or be unexported (golint)
    • Line 116: warning: comment on exported method Animation.SetTiming should be of the form "SetTiming ..." (golint)
    • Line 122: warning: exported type SeekAnimationsRequest should have comment or be unexported (golint)
    • Line 129: warning: comment on exported method Animation.SeekAnimations should be of the form "SeekAnimations ..." (golint)
    • Line 135: warning: exported type ReleaseAnimationsRequest should have comment or be unexported (golint)
    • Line 140: warning: comment on exported method Animation.ReleaseAnimations should be of the form "ReleaseAnimations ..." (golint)
    • Line 146: warning: exported type ResolveAnimationRequest should have comment or be unexported (golint)
    • Line 151: warning: exported type ResolveAnimationResponse should have comment or be unexported (golint)
    • Line 156: warning: comment on exported method Animation.ResolveAnimation should be of the form "ResolveAnimation ..." (golint)
    • Line 162: warning: exported type AnimationCreatedParams should have comment or be unexported (golint)
    • Line 167: warning: comment on exported method Animation.AnimationCreated should be of the form "AnimationCreated ..." (golint)
    • Line 183: warning: exported type AnimationStartedParams should have comment or be unexported (golint)
    • Line 188: warning: comment on exported method Animation.AnimationStarted should be of the form "AnimationStarted ..." (golint)
    • Line 204: warning: exported type AnimationCanceledParams should have comment or be unexported (golint)
    • Line 209: warning: comment on exported method Animation.AnimationCanceled should be of the form "AnimationCanceled ..." (golint)
    • cri/cmd/cri-gen/main.go
    • Line 13: warning: exported const ProtocolOutputPath should have comment (or a comment on this block) or be unexported (golint)
    • cri/types/applicationcache.go
    • Line 8: warning: comment on exported type ApplicationCache_ApplicationCacheResource should be of the form "ApplicationCache_ApplicationCacheResource ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type ApplicationCache_ApplicationCacheResource should be ApplicationCacheApplicationCacheResource (golint)
    • Line 18: warning: comment on exported type ApplicationCache_ApplicationCache should be of the form "ApplicationCache_ApplicationCache ..." (with optional leading article) (golint)
    • Line 19: warning: don't use underscores in Go names; type ApplicationCache_ApplicationCache should be ApplicationCacheApplicationCache (golint)
    • Line 32: warning: comment on exported type ApplicationCache_FrameWithManifest should be of the form "ApplicationCache_FrameWithManifest ..." (with optional leading article) (golint)
    • Line 33: warning: don't use underscores in Go names; type ApplicationCache_FrameWithManifest should be ApplicationCacheFrameWithManifest (golint)
    • cri/types/domdebugger.go
    • Line 8: warning: comment on exported type DOMDebugger_DOMBreakpointType should be of the form "DOMDebugger_DOMBreakpointType ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type DOMDebugger_DOMBreakpointType should be DOMDebuggerDOMBreakpointType (golint)
    • Line 11: warning: comment on exported type DOMDebugger_EventListener should be of the form "DOMDebugger_EventListener ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type DOMDebugger_EventListener should be DOMDebuggerEventListener (golint)
    • cri/types/storage.go
    • Line 8: warning: comment on exported type Storage_StorageType should be of the form "Storage_StorageType ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Storage_StorageType should be StorageStorageType (golint)
    • Line 11: warning: comment on exported type Storage_UsageForType should be of the form "Storage_UsageForType ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Storage_UsageForType should be StorageUsageForType (golint)
    • cri/schema/commands.go
    • Line 19: warning: comment on exported type Schema should be of the form "Schema ..." (with optional leading article) (golint)
    • Line 29: warning: exported type GetDomainsResponse should have comment or be unexported (golint)
    • Line 34: warning: comment on exported method Schema.GetDomains should be of the form "GetDomains ..." (golint)
    • cri/storage/commands.go
    • Line 32: warning: exported type Storage should have comment or be unexported (golint)
    • Line 41: warning: exported type ClearDataForOriginRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method Storage.ClearDataForOrigin should be of the form "ClearDataForOrigin ..." (golint)
    • Line 54: warning: exported type GetUsageAndQuotaRequest should have comment or be unexported (golint)
    • Line 59: warning: exported type GetUsageAndQuotaResponse should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method Storage.GetUsageAndQuota should be of the form "GetUsageAndQuota ..." (golint)
    • Line 74: warning: exported type TrackCacheStorageForOriginRequest should have comment or be unexported (golint)
    • Line 79: warning: comment on exported method Storage.TrackCacheStorageForOrigin should be of the form "TrackCacheStorageForOrigin ..." (golint)
    • Line 85: warning: exported type UntrackCacheStorageForOriginRequest should have comment or be unexported (golint)
    • Line 90: warning: comment on exported method Storage.UntrackCacheStorageForOrigin should be of the form "UntrackCacheStorageForOrigin ..." (golint)
    • Line 96: warning: exported type TrackIndexedDBForOriginRequest should have comment or be unexported (golint)
    • Line 101: warning: comment on exported method Storage.TrackIndexedDBForOrigin should be of the form "TrackIndexedDBForOrigin ..." (golint)
    • Line 107: warning: exported type UntrackIndexedDBForOriginRequest should have comment or be unexported (golint)
    • Line 112: warning: comment on exported method Storage.UntrackIndexedDBForOrigin should be of the form "UntrackIndexedDBForOrigin ..." (golint)
    • Line 118: warning: exported type CacheStorageListUpdatedParams should have comment or be unexported (golint)
    • Line 123: warning: comment on exported method Storage.CacheStorageListUpdated should be of the form "CacheStorageListUpdated ..." (golint)
    • Line 139: warning: exported type CacheStorageContentUpdatedParams should have comment or be unexported (golint)
    • Line 146: warning: comment on exported method Storage.CacheStorageContentUpdated should be of the form "CacheStorageContentUpdated ..." (golint)
    • Line 162: warning: exported type IndexedDBListUpdatedParams should have comment or be unexported (golint)
    • Line 167: warning: comment on exported method Storage.IndexedDBListUpdated should be of the form "IndexedDBListUpdated ..." (golint)
    • Line 183: warning: exported type IndexedDBContentUpdatedParams should have comment or be unexported (golint)
    • Line 192: warning: comment on exported method Storage.IndexedDBContentUpdated should be of the form "IndexedDBContentUpdated ..." (golint)
    • cri/target/commands.go
    • Line 42: warning: comment on exported type Target should be of the form "Target ..." (with optional leading article) (golint)
    • Line 52: warning: exported type SetDiscoverTargetsRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method Target.SetDiscoverTargets should be of the form "SetDiscoverTargets ..." (golint)
    • Line 63: warning: exported type SetAutoAttachRequest should have comment or be unexported (golint)
    • Line 70: warning: comment on exported method Target.SetAutoAttach should be of the form "SetAutoAttach ..." (golint)
    • Line 76: warning: exported type SetAttachToFramesRequest should have comment or be unexported (golint)
    • Line 81: warning: exported method Target.SetAttachToFrames should have comment or be unexported (golint)
    • Line 86: warning: exported type SetRemoteLocationsRequest should have comment or be unexported (golint)
    • Line 91: warning: comment on exported method Target.SetRemoteLocations should be of the form "SetRemoteLocations ..." (golint)
    • Line 97: warning: exported type SendMessageToTargetRequest should have comment or be unexported (golint)
    • Line 105: warning: comment on exported method Target.SendMessageToTarget should be of the form "SendMessageToTarget ..." (golint)
    • Line 111: warning: exported type GetTargetInfoRequest should have comment or be unexported (golint)
    • Line 115: warning: exported type GetTargetInfoResponse should have comment or be unexported (golint)
    • Line 119: warning: comment on exported method Target.GetTargetInfo should be of the form "GetTargetInfo ..." (golint)
    • Line 125: warning: exported type ActivateTargetRequest should have comment or be unexported (golint)
    • Line 129: warning: comment on exported method Target.ActivateTarget should be of the form "ActivateTarget ..." (golint)
    • Line 135: warning: exported type CloseTargetRequest should have comment or be unexported (golint)
    • Line 139: warning: exported type CloseTargetResponse should have comment or be unexported (golint)
    • Line 143: warning: comment on exported method Target.CloseTarget should be of the form "CloseTarget ..." (golint)
    • Line 149: warning: exported type AttachToTargetRequest should have comment or be unexported (golint)
    • Line 153: warning: exported type AttachToTargetResponse should have comment or be unexported (golint)
    • Line 158: warning: comment on exported method Target.AttachToTarget should be of the form "AttachToTarget ..." (golint)
    • Line 164: warning: exported type DetachFromTargetRequest should have comment or be unexported (golint)
    • Line 171: warning: comment on exported method Target.DetachFromTarget should be of the form "DetachFromTarget ..." (golint)
    • Line 177: warning: exported type CreateBrowserContextResponse should have comment or be unexported (golint)
    • Line 182: warning: comment on exported method Target.CreateBrowserContext should be of the form "CreateBrowserContext ..." (golint)
    • Line 188: warning: exported type DisposeBrowserContextRequest should have comment or be unexported (golint)
    • Line 192: warning: exported type DisposeBrowserContextResponse should have comment or be unexported (golint)
    • Line 196: warning: comment on exported method Target.DisposeBrowserContext should be of the form "DisposeBrowserContext ..." (golint)
    • Line 202: warning: exported type CreateTargetRequest should have comment or be unexported (golint)
    • Line 216: warning: exported type CreateTargetResponse should have comment or be unexported (golint)
    • Line 221: warning: comment on exported method Target.CreateTarget should be of the form "CreateTarget ..." (golint)
    • Line 227: warning: exported type GetTargetsResponse should have comment or be unexported (golint)
    • Line 232: warning: comment on exported method Target.GetTargets should be of the form "GetTargets ..." (golint)
    • Line 238: warning: exported type TargetCreatedParams should have comment or be unexported (golint)
    • Line 242: warning: comment on exported method Target.TargetCreated should be of the form "TargetCreated ..." (golint)
    • Line 258: warning: exported type TargetInfoChangedParams should have comment or be unexported (golint)
    • Line 262: warning: comment on exported method Target.TargetInfoChanged should be of the form "TargetInfoChanged ..." (golint)
    • Line 278: warning: exported type TargetDestroyedParams should have comment or be unexported (golint)
    • Line 282: warning: comment on exported method Target.TargetDestroyed should be of the form "TargetDestroyed ..." (golint)
    • Line 298: warning: exported type AttachedToTargetParams should have comment or be unexported (golint)
    • Line 305: warning: comment on exported method Target.AttachedToTarget should be of the form "AttachedToTarget ..." (golint)
    • Line 322: warning: exported type DetachedFromTargetParams should have comment or be unexported (golint)
    • Line 329: warning: comment on exported method Target.DetachedFromTarget should be of the form "DetachedFromTarget ..." (golint)
    • Line 346: warning: exported type ReceivedMessageFromTargetParams should have comment or be unexported (golint)
    • Line 354: warning: comment on exported method Target.ReceivedMessageFromTarget should be of the form "ReceivedMessageFromTarget ..." (golint)
    • cri/browser/commands.go
    • Line 39: warning: exported type GetWindowForTargetRequest should have comment or be unexported (golint)
    • Line 44: warning: exported type GetWindowForTargetResponse should have comment or be unexported (golint)
    • Line 51: warning: comment on exported method Browser.GetWindowForTarget should be of the form "GetWindowForTarget ..." (golint)
    • Line 57: warning: exported type GetVersionResponse should have comment or be unexported (golint)
    • Line 70: warning: comment on exported method Browser.GetVersion should be of the form "GetVersion ..." (golint)
    • Line 76: warning: exported type SetWindowBoundsRequest should have comment or be unexported (golint)
    • Line 83: warning: comment on exported method Browser.SetWindowBounds should be of the form "SetWindowBounds ..." (golint)
    • Line 89: warning: exported type GetWindowBoundsRequest should have comment or be unexported (golint)
    • Line 94: warning: exported type GetWindowBoundsResponse should have comment or be unexported (golint)
    • Line 99: warning: comment on exported method Browser.GetWindowBounds should be of the form "GetWindowBounds ..." (golint)
    • cri/heapprofiler/commands.go
    • Line 39: warning: exported type HeapProfiler should have comment or be unexported (golint)
    • Line 48: warning: exported method HeapProfiler.Enable should have comment or be unexported (golint)
    • Line 53: warning: exported method HeapProfiler.Disable should have comment or be unexported (golint)
    • Line 58: warning: exported type StartTrackingHeapObjectsRequest should have comment or be unexported (golint)
    • Line 62: warning: exported method HeapProfiler.StartTrackingHeapObjects should have comment or be unexported (golint)
    • Line 67: warning: exported type StopTrackingHeapObjectsRequest should have comment or be unexported (golint)
    • Line 72: warning: exported method HeapProfiler.StopTrackingHeapObjects should have comment or be unexported (golint)
    • Line 77: warning: exported type TakeHeapSnapshotRequest should have comment or be unexported (golint)
    • Line 82: warning: exported method HeapProfiler.TakeHeapSnapshot should have comment or be unexported (golint)
    • Line 87: warning: exported method HeapProfiler.CollectGarbage should have comment or be unexported (golint)
    • Line 92: warning: exported type GetObjectByHeapObjectIdRequest should have comment or be unexported (golint)
    • Line 98: warning: exported type GetObjectByHeapObjectIdResponse should have comment or be unexported (golint)
    • Line 103: warning: exported method HeapProfiler.GetObjectByHeapObjectId should have comment or be unexported (golint)
    • Line 108: warning: exported type AddInspectedHeapObjectRequest should have comment or be unexported (golint)
    • Line 113: warning: comment on exported method HeapProfiler.AddInspectedHeapObject should be of the form "AddInspectedHeapObject ..." (golint)
    • Line 119: warning: exported type GetHeapObjectIdRequest should have comment or be unexported (golint)
    • Line 124: warning: exported type GetHeapObjectIdResponse should have comment or be unexported (golint)
    • Line 129: warning: exported method HeapProfiler.GetHeapObjectId should have comment or be unexported (golint)
    • Line 134: warning: exported type StartSamplingRequest should have comment or be unexported (golint)
    • Line 139: warning: exported method HeapProfiler.StartSampling should have comment or be unexported (golint)
    • Line 144: warning: exported type StopSamplingResponse should have comment or be unexported (golint)
    • Line 149: warning: exported method HeapProfiler.StopSampling should have comment or be unexported (golint)
    • Line 154: warning: exported type GetSamplingProfileResponse should have comment or be unexported (golint)
    • Line 159: warning: exported method HeapProfiler.GetSamplingProfile should have comment or be unexported (golint)
    • Line 164: warning: exported type AddHeapSnapshotChunkParams should have comment or be unexported (golint)
    • Line 168: warning: exported method HeapProfiler.AddHeapSnapshotChunk should have comment or be unexported (golint)
    • Line 183: warning: exported method HeapProfiler.ResetProfiles should have comment or be unexported (golint)
    • Line 198: warning: exported type ReportHeapSnapshotProgressParams should have comment or be unexported (golint)
    • Line 204: warning: exported method HeapProfiler.ReportHeapSnapshotProgress should have comment or be unexported (golint)
    • Line 219: warning: exported type LastSeenObjectIdParams should have comment or be unexported (golint)
    • Line 224: warning: comment on exported method HeapProfiler.LastSeenObjectId should be of the form "LastSeenObjectId ..." (golint)
    • Line 240: warning: exported type HeapStatsUpdateParams should have comment or be unexported (golint)
    • Line 245: warning: comment on exported method HeapProfiler.HeapStatsUpdate should be of the form "HeapStatsUpdate ..." (golint)
    • cri/emulation/commands.go
    • Line 41: warning: comment on exported type Emulation should be of the form "Emulation ..." (with optional leading article) (golint)
    • Line 51: warning: exported type SetDeviceMetricsOverrideRequest should have comment or be unexported (golint)
    • Line 85: warning: comment on exported method Emulation.SetDeviceMetricsOverride should be of the form "SetDeviceMetricsOverride ..." (golint)
    • Line 91: warning: comment on exported method Emulation.ClearDeviceMetricsOverride should be of the form "ClearDeviceMetricsOverride ..." (golint)
    • Line 97: warning: comment on exported method Emulation.ResetPageScaleFactor should be of the form "ResetPageScaleFactor ..." (golint)
    • Line 103: warning: exported type SetPageScaleFactorRequest should have comment or be unexported (golint)
    • Line 108: warning: comment on exported method Emulation.SetPageScaleFactor should be of the form "SetPageScaleFactor ..." (golint)
    • Line 114: warning: exported type SetVisibleSizeRequest should have comment or be unexported (golint)
    • Line 121: warning: comment on exported method Emulation.SetVisibleSize should be of the form "SetVisibleSize ..." (golint)
    • Line 127: warning: exported type SetScriptExecutionDisabledRequest should have comment or be unexported (golint)
    • Line 132: warning: comment on exported method Emulation.SetScriptExecutionDisabled should be of the form "SetScriptExecutionDisabled ..." (golint)
    • Line 138: warning: exported type SetGeolocationOverrideRequest should have comment or be unexported (golint)
    • Line 147: warning: comment on exported method Emulation.SetGeolocationOverride should be of the form "SetGeolocationOverride ..." (golint)
    • Line 153: warning: comment on exported method Emulation.ClearGeolocationOverride should be of the form "ClearGeolocationOverride ..." (golint)
    • Line 159: warning: exported type SetTouchEmulationEnabledRequest should have comment or be unexported (golint)
    • Line 166: warning: comment on exported method Emulation.SetTouchEmulationEnabled should be of the form "SetTouchEmulationEnabled ..." (golint)
    • Line 172: warning: exported type SetEmitTouchEventsForMouseRequest should have comment or be unexported (golint)
    • Line 179: warning: exported method Emulation.SetEmitTouchEventsForMouse should have comment or be unexported (golint)
    • Line 184: warning: exported type SetEmulatedMediaRequest should have comment or be unexported (golint)
    • Line 189: warning: comment on exported method Emulation.SetEmulatedMedia should be of the form "SetEmulatedMedia ..." (golint)
    • Line 195: warning: exported type SetCPUThrottlingRateRequest should have comment or be unexported (golint)
    • Line 200: warning: comment on exported method Emulation.SetCPUThrottlingRate should be of the form "SetCPUThrottlingRate ..." (golint)
    • Line 206: warning: exported type CanEmulateResponse should have comment or be unexported (golint)
    • Line 211: warning: comment on exported method Emulation.CanEmulate should be of the form "CanEmulate ..." (golint)
    • Line 217: warning: exported type SetVirtualTimePolicyRequest should have comment or be unexported (golint)
    • Line 225: warning: exported type SetVirtualTimePolicyResponse should have comment or be unexported (golint)
    • Line 230: warning: comment on exported method Emulation.SetVirtualTimePolicy should be of the form "SetVirtualTimePolicy ..." (golint)
    • Line 236: warning: exported type SetNavigatorOverridesRequest should have comment or be unexported (golint)
    • Line 241: warning: comment on exported method Emulation.SetNavigatorOverrides should be of the form "SetNavigatorOverrides ..." (golint)
    • Line 247: warning: exported type SetDefaultBackgroundColorOverrideRequest should have comment or be unexported (golint)
    • Line 252: warning: comment on exported method Emulation.SetDefaultBackgroundColorOverride should be of the form "SetDefaultBackgroundColorOverride ..." (golint)
    • Line 258: warning: comment on exported method Emulation.VirtualTimeBudgetExpired should be of the form "VirtualTimeBudgetExpired ..." (golint)
    • Line 275: warning: exported type VirtualTimeAdvancedParams should have comment or be unexported (golint)
    • Line 280: warning: comment on exported method Emulation.VirtualTimeAdvanced should be of the form "VirtualTimeAdvanced ..." (golint)
    • Line 297: warning: exported type VirtualTimePausedParams should have comment or be unexported (golint)
    • Line 302: warning: comment on exported method Emulation.VirtualTimePaused should be of the form "VirtualTimePaused ..." (golint)
    • cri/debugger/commands.go
    • Line 64: warning: comment on exported method Debugger.Enable should be of the form "Enable ..." (golint)
    • Line 70: warning: comment on exported method Debugger.Disable should be of the form "Disable ..." (golint)
    • Line 76: warning: exported type SetBreakpointsActiveRequest should have comment or be unexported (golint)
    • Line 81: warning: comment on exported method Debugger.SetBreakpointsActive should be of the form "SetBreakpointsActive ..." (golint)
    • Line 87: warning: exported type SetSkipAllPausesRequest should have comment or be unexported (golint)
    • Line 92: warning: comment on exported method Debugger.SetSkipAllPauses should be of the form "SetSkipAllPauses ..." (golint)
    • Line 98: warning: exported type SetBreakpointByUrlRequest should have comment or be unexported (golint)
    • Line 114: warning: exported type SetBreakpointByUrlResponse should have comment or be unexported (golint)
    • Line 121: warning: comment on exported method Debugger.SetBreakpointByUrl should be of the form "SetBreakpointByUrl ..." (golint)
    • Line 127: warning: exported type SetBreakpointRequest should have comment or be unexported (golint)
    • Line 134: warning: exported type SetBreakpointResponse should have comment or be unexported (golint)
    • Line 141: warning: comment on exported method Debugger.SetBreakpoint should be of the form "SetBreakpoint ..." (golint)
    • Line 147: warning: exported type RemoveBreakpointRequest should have comment or be unexported (golint)
    • Line 151: warning: comment on exported method Debugger.RemoveBreakpoint should be of the form "RemoveBreakpoint ..." (golint)
    • Line 157: warning: exported type GetPossibleBreakpointsRequest should have comment or be unexported (golint)
    • Line 166: warning: exported type GetPossibleBreakpointsResponse should have comment or be unexported (golint)
    • Line 171: warning: comment on exported method Debugger.GetPossibleBreakpoints should be of the form "GetPossibleBreakpoints ..." (golint)
    • Line 177: warning: exported type ContinueToLocationRequest should have comment or be unexported (golint)
    • Line 184: warning: comment on exported method Debugger.ContinueToLocation should be of the form "ContinueToLocation ..." (golint)
    • Line 190: warning: exported type PauseOnAsyncTaskRequest should have comment or be unexported (golint)
    • Line 195: warning: exported method Debugger.PauseOnAsyncTask should have comment or be unexported (golint)
    • Line 200: warning: comment on exported method Debugger.StepOver should be of the form "StepOver ..." (golint)
    • Line 206: warning: exported type StepIntoRequest should have comment or be unexported (golint)
    • Line 212: warning: comment on exported method Debugger.StepInto should be of the form "StepInto ..." (golint)
    • Line 218: warning: comment on exported method Debugger.StepOut should be of the form "StepOut ..." (golint)
    • Line 224: warning: comment on exported method Debugger.Pause should be of the form "Pause ..." (golint)
    • Line 230: warning: comment on exported method Debugger.ScheduleStepIntoAsync should be of the form "ScheduleStepIntoAsync ..." (golint)
    • Line 236: warning: comment on exported method Debugger.Resume should be of the form "Resume ..." (golint)
    • Line 242: warning: exported type SearchInContentRequest should have comment or be unexported (golint)
    • Line 253: warning: exported type SearchInContentResponse should have comment or be unexported (golint)
    • Line 258: warning: comment on exported method Debugger.SearchInContent should be of the form "SearchInContent ..." (golint)
    • Line 264: warning: exported type SetScriptSourceRequest should have comment or be unexported (golint)
    • Line 273: warning: exported type SetScriptSourceResponse should have comment or be unexported (golint)
    • Line 284: warning: comment on exported method Debugger.SetScriptSource should be of the form "SetScriptSource ..." (golint)
    • Line 290: warning: exported type RestartFrameRequest should have comment or be unexported (golint)
    • Line 295: warning: exported type RestartFrameResponse should have comment or be unexported (golint)
    • Line 302: warning: comment on exported method Debugger.RestartFrame should be of the form "RestartFrame ..." (golint)
    • Line 308: warning: exported type GetScriptSourceRequest should have comment or be unexported (golint)
    • Line 313: warning: exported type GetScriptSourceResponse should have comment or be unexported (golint)
    • Line 318: warning: comment on exported method Debugger.GetScriptSource should be of the form "GetScriptSource ..." (golint)
    • Line 324: warning: exported type SetPauseOnExceptionsRequest should have comment or be unexported (golint)
    • Line 329: warning: comment on exported method Debugger.SetPauseOnExceptions should be of the form "SetPauseOnExceptions ..." (golint)
    • Line 335: warning: exported type EvaluateOnCallFrameRequest should have comment or be unexported (golint)
    • Line 356: warning: exported type EvaluateOnCallFrameResponse should have comment or be unexported (golint)
    • Line 363: warning: comment on exported method Debugger.EvaluateOnCallFrame should be of the form "EvaluateOnCallFrame ..." (golint)
    • Line 369: warning: exported type SetVariableValueRequest should have comment or be unexported (golint)
    • Line 380: warning: comment on exported method Debugger.SetVariableValue should be of the form "SetVariableValue ..." (golint)
    • Line 386: warning: exported type SetReturnValueRequest should have comment or be unexported (golint)
    • Line 391: warning: comment on exported method Debugger.SetReturnValue should be of the form "SetReturnValue ..." (golint)
    • Line 397: warning: exported type SetAsyncCallStackDepthRequest should have comment or be unexported (golint)
    • Line 402: warning: comment on exported method Debugger.SetAsyncCallStackDepth should be of the form "SetAsyncCallStackDepth ..." (golint)
    • Line 408: warning: exported type SetBlackboxPatternsRequest should have comment or be unexported (golint)
    • Line 413: warning: comment on exported method Debugger.SetBlackboxPatterns should be of the form "SetBlackboxPatterns ..." (golint)
    • Line 419: warning: exported type SetBlackboxedRangesRequest should have comment or be unexported (golint)
    • Line 425: warning: comment on exported method Debugger.SetBlackboxedRanges should be of the form "SetBlackboxedRanges ..." (golint)
    • Line 431: warning: exported type ScriptParsedParams should have comment or be unexported (golint)
    • Line 469: warning: comment on exported method Debugger.ScriptParsed should be of the form "ScriptParsed ..." (golint)
    • Line 485: warning: exported type ScriptFailedToParseParams should have comment or be unexported (golint)
    • Line 520: warning: comment on exported method Debugger.ScriptFailedToParse should be of the form "ScriptFailedToParse ..." (golint)
    • Line 536: warning: exported type BreakpointResolvedParams should have comment or be unexported (golint)
    • Line 543: warning: comment on exported method Debugger.BreakpointResolved should be of the form "BreakpointResolved ..." (golint)
    • Line 559: warning: exported type PausedParams should have comment or be unexported (golint)
    • Line 575: warning: comment on exported method Debugger.Paused should be of the form "Paused ..." (golint)
    • Line 591: warning: comment on exported method Debugger.Resumed should be of the form "Resumed ..." (golint)
    • cri/log/commands.go
    • Line 28: warning: comment on exported type Log should be of the form "Log ..." (with optional leading article) (golint)
    • Line 38: warning: comment on exported method Log.Enable should be of the form "Enable ..." (golint)
    • Line 44: warning: comment on exported method Log.Disable should be of the form "Disable ..." (golint)
    • Line 50: warning: comment on exported method Log.Clear should be of the form "Clear ..." (golint)
    • Line 56: warning: exported type StartViolationsReportRequest should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method Log.StartViolationsReport should be of the form "StartViolationsReport ..." (golint)
    • Line 67: warning: comment on exported method Log.StopViolationsReport should be of the form "StopViolationsReport ..." (golint)
    • Line 73: warning: exported type EntryAddedParams should have comment or be unexported (golint)
    • Line 78: warning: comment on exported method Log.EntryAdded should be of the form "EntryAdded ..." (golint)
    • cri/types/io.go
    • Line 8: warning: comment on exported type IO_StreamHandle should be of the form "IO_StreamHandle ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type IO_StreamHandle should be IOStreamHandle (golint)
    • cri/types/runtime.go
    • Line 8: warning: comment on exported type Runtime_ScriptId should be of the form "Runtime_ScriptId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Runtime_ScriptId should be RuntimeScriptID (golint)
    • Line 11: warning: comment on exported type Runtime_RemoteObjectId should be of the form "Runtime_RemoteObjectId ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Runtime_RemoteObjectId should be RuntimeRemoteObjectID (golint)
    • Line 14: warning: comment on exported type Runtime_UnserializableValue should be of the form "Runtime_UnserializableValue ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type Runtime_UnserializableValue should be RuntimeUnserializableValue (golint)
    • Line 17: warning: comment on exported type Runtime_RemoteObject should be of the form "Runtime_RemoteObject ..." (with optional leading article) (golint)
    • Line 18: warning: don't use underscores in Go names; type Runtime_RemoteObject should be RuntimeRemoteObject (golint)
    • Line 40: warning: don't use underscores in Go names; type Runtime_CustomPreview should be RuntimeCustomPreview (golint)
    • Line 40: warning: exported type Runtime_CustomPreview should have comment or be unexported (golint)
    • Line 48: warning: comment on exported type Runtime_ObjectPreview should be of the form "Runtime_ObjectPreview ..." (with optional leading article) (golint)
    • Line 49: warning: don't use underscores in Go names; type Runtime_ObjectPreview should be RuntimeObjectPreview (golint)
    • Line 64: warning: don't use underscores in Go names; type Runtime_PropertyPreview should be RuntimePropertyPreview (golint)
    • Line 64: warning: exported type Runtime_PropertyPreview should have comment or be unexported (golint)
    • Line 77: warning: don't use underscores in Go names; type Runtime_EntryPreview should be RuntimeEntryPreview (golint)
    • Line 77: warning: exported type Runtime_EntryPreview should have comment or be unexported (golint)
    • Line 84: warning: comment on exported type Runtime_PropertyDescriptor should be of the form "Runtime_PropertyDescriptor ..." (with optional leading article) (golint)
    • Line 85: warning: don't use underscores in Go names; type Runtime_PropertyDescriptor should be RuntimePropertyDescriptor (golint)
    • Line 108: warning: comment on exported type Runtime_InternalPropertyDescriptor should be of the form "Runtime_InternalPropertyDescriptor ..." (with optional leading article) (golint)
    • Line 109: warning: don't use underscores in Go names; type Runtime_InternalPropertyDescriptor should be RuntimeInternalPropertyDescriptor (golint)
    • Line 116: warning: comment on exported type Runtime_CallArgument should be of the form "Runtime_CallArgument ..." (with optional leading article) (golint)
    • Line 117: warning: don't use underscores in Go names; type Runtime_CallArgument should be RuntimeCallArgument (golint)
    • Line 126: warning: comment on exported type Runtime_ExecutionContextId should be of the form "Runtime_ExecutionContextId ..." (with optional leading article) (golint)
    • Line 127: warning: don't use underscores in Go names; type Runtime_ExecutionContextId should be RuntimeExecutionContextID (golint)
    • Line 129: warning: comment on exported type Runtime_ExecutionContextDescription should be of the form "Runtime_ExecutionContextDescription ..." (with optional leading article) (golint)
    • Line 130: warning: don't use underscores in Go names; type Runtime_ExecutionContextDescription should be RuntimeExecutionContextDescription (golint)
    • Line 141: warning: comment on exported type Runtime_ExceptionDetails should be of the form "Runtime_ExceptionDetails ..." (with optional leading article) (golint)
    • Line 142: warning: don't use underscores in Go names; type Runtime_ExceptionDetails should be RuntimeExceptionDetails (golint)
    • Line 163: warning: comment on exported type Runtime_Timestamp should be of the form "Runtime_Timestamp ..." (with optional leading article) (golint)
    • Line 164: warning: don't use underscores in Go names; type Runtime_Timestamp should be RuntimeTimestamp (golint)
    • Line 166: warning: comment on exported type Runtime_CallFrame should be of the form "Runtime_CallFrame ..." (with optional leading article) (golint)
    • Line 167: warning: don't use underscores in Go names; type Runtime_CallFrame should be RuntimeCallFrame (golint)
    • Line 180: warning: comment on exported type Runtime_StackTrace should be of the form "Runtime_StackTrace ..." (with optional leading article) (golint)
    • Line 181: warning: don't use underscores in Go names; type Runtime_StackTrace should be RuntimeStackTrace (golint)
    • Line 190: warning: don't use underscores in Go names; type Runtime_AsyncTaskId should be RuntimeAsyncTaskID (golint)
    • Line 190: warning: exported type Runtime_AsyncTaskId should have comment or be unexported (golint)
    • cri/types/security.go
    • Line 8: warning: comment on exported type Security_CertificateId should be of the form "Security_CertificateId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Security_CertificateId should be SecurityCertificateID (golint)
    • Line 11: warning: comment on exported type Security_MixedContentType should be of the form "Security_MixedContentType ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Security_MixedContentType should be SecurityMixedContentType (golint)
    • Line 14: warning: comment on exported type Security_SecurityState should be of the form "Security_SecurityState ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type Security_SecurityState should be SecuritySecurityState (golint)
    • Line 17: warning: comment on exported type Security_SecurityStateExplanation should be of the form "Security_SecurityStateExplanation ..." (with optional leading article) (golint)
    • Line 18: warning: don't use underscores in Go names; type Security_SecurityStateExplanation should be SecuritySecurityStateExplanation (golint)
    • Line 31: warning: comment on exported type Security_InsecureContentStatus should be of the form "Security_InsecureContentStatus ..." (with optional leading article) (golint)
    • Line 32: warning: don't use underscores in Go names; type Security_InsecureContentStatus should be SecurityInsecureContentStatus (golint)
    • Line 49: warning: comment on exported type Security_CertificateErrorAction should be of the form "Security_CertificateErrorAction ..." (with optional leading article) (golint)
    • Line 50: warning: don't use underscores in Go names; type Security_CertificateErrorAction should be SecurityCertificateErrorAction (golint)
    • cri/indexeddb/commands.go
    • Line 25: warning: exported type IndexedDB should have comment or be unexported (golint)
    • Line 34: warning: comment on exported method IndexedDB.Enable should be of the form "Enable ..." (golint)
    • Line 40: warning: comment on exported method IndexedDB.Disable should be of the form "Disable ..." (golint)
    • Line 46: warning: exported type RequestDatabaseNamesRequest should have comment or be unexported (golint)
    • Line 51: warning: exported type RequestDatabaseNamesResponse should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method IndexedDB.RequestDatabaseNames should be of the form "RequestDatabaseNames ..." (golint)
    • Line 62: warning: exported type RequestDatabaseRequest should have comment or be unexported (golint)
    • Line 69: warning: exported type RequestDatabaseResponse should have comment or be unexported (golint)
    • Line 74: warning: comment on exported method IndexedDB.RequestDatabase should be of the form "RequestDatabase ..." (golint)
    • Line 80: warning: exported type RequestDataRequest should have comment or be unexported (golint)
    • Line 97: warning: exported type RequestDataResponse should have comment or be unexported (golint)
    • Line 104: warning: comment on exported method IndexedDB.RequestData should be of the form "RequestData ..." (golint)
    • Line 110: warning: exported type ClearObjectStoreRequest should have comment or be unexported (golint)
    • Line 119: warning: comment on exported method IndexedDB.ClearObjectStore should be of the form "ClearObjectStore ..." (golint)
    • Line 125: warning: exported type DeleteDatabaseRequest should have comment or be unexported (golint)
    • Line 132: warning: comment on exported method IndexedDB.DeleteDatabase should be of the form "DeleteDatabase ..." (golint)
    • cri/tethering/commands.go
    • Line 34: warning: exported type BindRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported method Tethering.Bind should be of the form "Bind ..." (golint)
    • Line 45: warning: exported type UnbindRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method Tethering.Unbind should be of the form "Unbind ..." (golint)
    • Line 56: warning: exported type AcceptedParams should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method Tethering.Accepted should be of the form "Accepted ..." (golint)
    • cri/types/debugger.go
    • Line 8: warning: comment on exported type Debugger_BreakpointId should be of the form "Debugger_BreakpointId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Debugger_BreakpointId should be DebuggerBreakpointID (golint)
    • Line 11: warning: comment on exported type Debugger_CallFrameId should be of the form "Debugger_CallFrameId ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Debugger_CallFrameId should be DebuggerCallFrameID (golint)
    • Line 14: warning: comment on exported type Debugger_Location should be of the form "Debugger_Location ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type Debugger_Location should be DebuggerLocation (golint)
    • Line 24: warning: comment on exported type Debugger_ScriptPosition should be of the form "Debugger_ScriptPosition ..." (with optional leading article) (golint)
    • Line 25: warning: don't use underscores in Go names; type Debugger_ScriptPosition should be DebuggerScriptPosition (golint)
    • Line 30: warning: comment on exported type Debugger_CallFrame should be of the form "Debugger_CallFrame ..." (with optional leading article) (golint)
    • Line 31: warning: don't use underscores in Go names; type Debugger_CallFrame should be DebuggerCallFrame (golint)
    • Line 51: warning: comment on exported type Debugger_Scope should be of the form "Debugger_Scope ..." (with optional leading article) (golint)
    • Line 52: warning: don't use underscores in Go names; type Debugger_Scope should be DebuggerScope (golint)
    • Line 64: warning: comment on exported type Debugger_SearchMatch should be of the form "Debugger_SearchMatch ..." (with optional leading article) (golint)
    • Line 65: warning: don't use underscores in Go names; type Debugger_SearchMatch should be DebuggerSearchMatch (golint)
    • Line 72: warning: don't use underscores in Go names; type Debugger_BreakLocation should be DebuggerBreakLocation (golint)
    • Line 72: warning: exported type Debugger_BreakLocation should have comment or be unexported (golint)
    • cri/types/emulation.go
    • Line 8: warning: comment on exported type Emulation_ScreenOrientation should be of the form "Emulation_ScreenOrientation ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Emulation_ScreenOrientation should be EmulationScreenOrientation (golint)
    • Line 16: warning: comment on exported type Emulation_VirtualTimePolicy should be of the form "Emulation_VirtualTimePolicy ..." (with optional leading article) (golint)
    • Line 17: warning: don't use underscores in Go names; type Emulation_VirtualTimePolicy should be EmulationVirtualTimePolicy (golint)
    • cri/profiler/commands.go
    • Line 36: warning: exported type Profiler should have comment or be unexported (golint)
    • Line 45: warning: exported method Profiler.Enable should have comment or be unexported (golint)
    • Line 50: warning: exported method Profiler.Disable should have comment or be unexported (golint)
    • Line 55: warning: exported type SetSamplingIntervalRequest should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method Profiler.SetSamplingInterval should be of the form "SetSamplingInterval ..." (golint)
    • Line 66: warning: exported method Profiler.Start should have comment or be unexported (golint)
    • Line 71: warning: exported type StopResponse should have comment or be unexported (golint)
    • Line 76: warning: exported method Profiler.Stop should have comment or be unexported (golint)
    • Line 81: warning: exported type StartPreciseCoverageRequest should have comment or be unexported (golint)
    • Line 88: warning: comment on exported method Profiler.StartPreciseCoverage should be of the form "StartPreciseCoverage ..." (golint)
    • Line 94: warning: comment on exported method Profiler.StopPreciseCoverage should be of the form "StopPreciseCoverage ..." (golint)
    • Line 100: warning: exported type TakePreciseCoverageResponse should have comment or be unexported (golint)
    • Line 105: warning: comment on exported method Profiler.TakePreciseCoverage should be of the form "TakePreciseCoverage ..." (golint)
    • Line 111: warning: exported type GetBestEffortCoverageResponse should have comment or be unexported (golint)
    • Line 116: warning: comment on exported method Profiler.GetBestEffortCoverage should be of the form "GetBestEffortCoverage ..." (golint)
    • Line 122: warning: comment on exported method Profiler.StartTypeProfile should be of the form "StartTypeProfile ..." (golint)
    • Line 128: warning: comment on exported method Profiler.StopTypeProfile should be of the form "StopTypeProfile ..." (golint)
    • Line 134: warning: exported type TakeTypeProfileResponse should have comment or be unexported (golint)
    • Line 139: warning: comment on exported method Profiler.TakeTypeProfile should be of the form "TakeTypeProfile ..." (golint)
    • Line 145: warning: exported type ConsoleProfileStartedParams should have comment or be unexported (golint)
    • Line 153: warning: comment on exported method Profiler.ConsoleProfileStarted should be of the form "ConsoleProfileStarted ..." (golint)
    • Line 169: warning: exported type ConsoleProfileFinishedParams should have comment or be unexported (golint)
    • Line 178: warning: exported method Profiler.ConsoleProfileFinished should have comment or be unexported (golint)
    • cri/runtime/commands.go
    • Line 54: warning: exported type EvaluateRequest should have comment or be unexported (golint)
    • Line 77: warning: exported type EvaluateResponse should have comment or be unexported (golint)
    • Line 84: warning: comment on exported method Runtime.Evaluate should be of the form "Evaluate ..." (golint)
    • Line 90: warning: exported type AwaitPromiseRequest should have comment or be unexported (golint)
    • Line 99: warning: exported type AwaitPromiseResponse should have comment or be unexported (golint)
    • Line 106: warning: comment on exported method Runtime.AwaitPromise should be of the form "AwaitPromise ..." (golint)
    • Line 112: warning: exported type CallFunctionOnRequest should have comment or be unexported (golint)
    • Line 137: warning: exported type CallFunctionOnResponse should have comment or be unexported (golint)
    • Line 144: warning: comment on exported method Runtime.CallFunctionOn should be of the form "CallFunctionOn ..." (golint)
    • Line 150: warning: exported type GetPropertiesRequest should have comment or be unexported (golint)
    • Line 163: warning: exported type GetPropertiesResponse should have comment or be unexported (golint)
    • Line 172: warning: comment on exported method Runtime.GetProperties should be of the form "GetProperties ..." (golint)
    • Line 178: warning: exported type ReleaseObjectRequest should have comment or be unexported (golint)
    • Line 183: warning: comment on exported method Runtime.ReleaseObject should be of the form "ReleaseObject ..." (golint)
    • Line 189: warning: exported type ReleaseObjectGroupRequest should have comment or be unexported (golint)
    • Line 194: warning: comment on exported method Runtime.ReleaseObjectGroup should be of the form "ReleaseObjectGroup ..." (golint)
    • Line 200: warning: comment on exported method Runtime.RunIfWaitingForDebugger should be of the form "RunIfWaitingForDebugger ..." (golint)
    • Line 206: warning: comment on exported method Runtime.Enable should be of the form "Enable ..." (golint)
    • Line 212: warning: comment on exported method Runtime.Disable should be of the form "Disable ..." (golint)
    • Line 218: warning: comment on exported method Runtime.DiscardConsoleEntries should be of the form "DiscardConsoleEntries ..." (golint)
    • Line 224: warning: exported type SetCustomObjectFormatterEnabledRequest should have comment or be unexported (golint)
    • Line 228: warning: exported method Runtime.SetCustomObjectFormatterEnabled should have comment or be unexported (golint)
    • Line 233: warning: exported type CompileScriptRequest should have comment or be unexported (golint)
    • Line 244: warning: exported type CompileScriptResponse should have comment or be unexported (golint)
    • Line 251: warning: comment on exported method Runtime.CompileScript should be of the form "CompileScript ..." (golint)
    • Line 257: warning: exported type RunScriptRequest should have comment or be unexported (golint)
    • Line 276: warning: exported type RunScriptResponse should have comment or be unexported (golint)
    • Line 283: warning: comment on exported method Runtime.RunScript should be of the form "RunScript ..." (golint)
    • Line 289: warning: exported type QueryObjectsRequest should have comment or be unexported (golint)
    • Line 294: warning: exported type QueryObjectsResponse should have comment or be unexported (golint)
    • Line 299: warning: exported method Runtime.QueryObjects should have comment or be unexported (golint)
    • Line 304: warning: exported type GlobalLexicalScopeNamesRequest should have comment or be unexported (golint)
    • Line 309: warning: exported type GlobalLexicalScopeNamesResponse should have comment or be unexported (golint)
    • Line 313: warning: comment on exported method Runtime.GlobalLexicalScopeNames should be of the form "GlobalLexicalScopeNames ..." (golint)
    • Line 319: warning: exported type ExecutionContextCreatedParams should have comment or be unexported (golint)
    • Line 324: warning: comment on exported method Runtime.ExecutionContextCreated should be of the form "ExecutionContextCreated ..." (golint)
    • Line 340: warning: exported type ExecutionContextDestroyedParams should have comment or be unexported (golint)
    • Line 345: warning: comment on exported method Runtime.ExecutionContextDestroyed should be of the form "ExecutionContextDestroyed ..." (golint)
    • Line 361: warning: comment on exported method Runtime.ExecutionContextsCleared should be of the form "ExecutionContextsCleared ..." (golint)
    • Line 377: warning: exported type ExceptionThrownParams should have comment or be unexported (golint)
    • Line 383: warning: comment on exported method Runtime.ExceptionThrown should be of the form "ExceptionThrown ..." (golint)
    • Line 399: warning: exported type ExceptionRevokedParams should have comment or be unexported (golint)
    • Line 406: warning: comment on exported method Runtime.ExceptionRevoked should be of the form "ExceptionRevoked ..." (golint)
    • Line 422: warning: exported type ConsoleAPICalledParams should have comment or be unexported (golint)
    • Line 438: warning: comment on exported method Runtime.ConsoleAPICalled should be of the form "ConsoleAPICalled ..." (golint)
    • Line 454: warning: exported type InspectRequestedParams should have comment or be unexported (golint)
    • Line 459: warning: comment on exported method Runtime.InspectRequested should be of the form "InspectRequested ..." (golint)
    • cri/cmd/cri-gen/createFiles.go
    • Line 9: warning: exported const ImportPath should have comment or be unexported (golint)
    • Line 93: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 107: warning: exported type TypeData should have comment or be unexported (golint)
    • Line 113: warning: exported type TypesData should have comment or be unexported (golint)
    • Line 178: warning: exported type CommandImport should have comment or be unexported (golint)
    • Line 183: warning: exported type CommandData should have comment or be unexported (golint)
    • Line 195: warning: exported type EventData should have comment or be unexported (golint)
    • Line 207: warning: exported type CommandsData should have comment or be unexported (golint)
    • cri/types/database.go
    • Line 8: warning: comment on exported type Database_DatabaseId should be of the form "Database_DatabaseId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Database_DatabaseId should be DatabaseDatabaseID (golint)
    • Line 11: warning: comment on exported type Database_Database should be of the form "Database_Database ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Database_Database should be DatabaseDatabase (golint)
    • Line 23: warning: comment on exported type Database_Error should be of the form "Database_Error ..." (with optional leading article) (golint)
    • Line 24: warning: don't use underscores in Go names; type Database_Error should be DatabaseError (golint)
    • cri/types/domsnapshot.go
    • Line 8: warning: comment on exported type DOMSnapshot_DOMNode should be of the form "DOMSnapshot_DOMNode ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type DOMSnapshot_DOMNode should be DOMSnapshotDOMNode (golint)
    • Line 60: warning: comment on exported type DOMSnapshot_InlineTextBox should be of the form "DOMSnapshot_InlineTextBox ..." (with optional leading article) (golint)
    • Line 61: warning: don't use underscores in Go names; type DOMSnapshot_InlineTextBox should be DOMSnapshotInlineTextBox (golint)
    • Line 70: warning: comment on exported type DOMSnapshot_LayoutTreeNode should be of the form "DOMSnapshot_LayoutTreeNode ..." (with optional leading article) (golint)
    • Line 71: warning: don't use underscores in Go names; type DOMSnapshot_LayoutTreeNode should be DOMSnapshotLayoutTreeNode (golint)
    • Line 84: warning: comment on exported type DOMSnapshot_ComputedStyle should be of the form "DOMSnapshot_ComputedStyle ..." (with optional leading article) (golint)
    • Line 85: warning: don't use underscores in Go names; type DOMSnapshot_ComputedStyle should be DOMSnapshotComputedStyle (golint)
    • Line 90: warning: comment on exported type DOMSnapshot_NameValue should be of the form "DOMSnapshot_NameValue ..." (with optional leading article) (golint)
    • Line 91: warning: don't use underscores in Go names; type DOMSnapshot_NameValue should be DOMSnapshotNameValue (golint)
    • cri/domsnapshot/commands.go
    • Line 19: warning: comment on exported type DOMSnapshot should be of the form "DOMSnapshot ..." (with optional leading article) (golint)
    • Line 29: warning: exported type GetSnapshotRequest should have comment or be unexported (golint)
    • Line 34: warning: exported type GetSnapshotResponse should have comment or be unexported (golint)
    • Line 43: warning: comment on exported method DOMSnapshot.GetSnapshot should be of the form "GetSnapshot ..." (golint)
    • cri/types/accessibility.go
    • Line 8: warning: comment on exported type Accessibility_AXNodeId should be of the form "Accessibility_AXNodeId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Accessibility_AXNodeId should be AccessibilityAXNodeID (golint)
    • Line 11: warning: comment on exported type Accessibility_AXValueType should be of the form "Accessibility_AXValueType ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type Accessibility_AXValueType should be AccessibilityAXValueType (golint)
    • Line 14: warning: comment on exported type Accessibility_AXValueSourceType should be of the form "Accessibility_AXValueSourceType ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type Accessibility_AXValueSourceType should be AccessibilityAXValueSourceType (golint)
    • Line 17: warning: comment on exported type Accessibility_AXValueNativeSourceType should be of the form "Accessibility_AXValueNativeSourceType ..." (with optional leading article) (golint)
    • Line 18: warning: don't use underscores in Go names; type Accessibility_AXValueNativeSourceType should be AccessibilityAXValueNativeSourceType (golint)
    • Line 20: warning: comment on exported type Accessibility_AXValueSource should be of the form "Accessibility_AXValueSource ..." (with optional leading article) (golint)
    • Line 21: warning: don't use underscores in Go names; type Accessibility_AXValueSource should be AccessibilityAXValueSource (golint)
    • Line 42: warning: don't use underscores in Go names; type Accessibility_AXRelatedNode should be AccessibilityAXRelatedNode (golint)
    • Line 42: warning: exported type Accessibility_AXRelatedNode should have comment or be unexported (golint)
    • Line 51: warning: don't use underscores in Go names; type Accessibility_AXProperty should be AccessibilityAXProperty (golint)
    • Line 51: warning: exported type Accessibility_AXProperty should have comment or be unexported (golint)
    • Line 58: warning: comment on exported type Accessibility_AXValue should be of the form "Accessibility_AXValue ..." (with optional leading article) (golint)
    • Line 59: warning: don't use underscores in Go names; type Accessibility_AXValue should be AccessibilityAXValue (golint)
    • Line 70: warning: comment on exported type Accessibility_AXPropertyName should be of the form "Accessibility_AXPropertyName ..." (with optional leading article) (golint)
    • Line 71: warning: don't use underscores in Go names; type Accessibility_AXPropertyName should be AccessibilityAXPropertyName (golint)
    • Line 73: warning: comment on exported type Accessibility_AXNode should be of the form "Accessibility_AXNode ..." (with optional leading article) (golint)
    • Line 74: warning: don't use underscores in Go names; type Accessibility_AXNode should be AccessibilityAXNode (golint)
    • cri/types/browser.go
    • Line 8: warning: don't use underscores in Go names; type Browser_WindowID should be BrowserWindowID (golint)
    • Line 8: warning: exported type Browser_WindowID should have comment or be unexported (golint)
    • Line 10: warning: comment on exported type Browser_WindowState should be of the form "Browser_WindowState ..." (with optional leading article) (golint)
    • Line 11: warning: don't use underscores in Go names; type Browser_WindowState should be BrowserWindowState (golint)
    • Line 13: warning: comment on exported type Browser_Bounds should be of the form "Browser_Bounds ..." (with optional leading article) (golint)
    • Line 14: warning: don't use underscores in Go names; type Browser_Bounds should be BrowserBounds (golint)
    • cri/types/input.go
    • Line 8: warning: don't use underscores in Go names; type Input_TouchPoint should be InputTouchPoint (golint)
    • Line 8: warning: exported type Input_TouchPoint should have comment or be unexported (golint)
    • Line 25: warning: don't use underscores in Go names; type Input_GestureSourceType should be InputGestureSourceType (golint)
    • Line 25: warning: exported type Input_GestureSourceType should have comment or be unexported (golint)
    • Line 27: warning: comment on exported type Input_TimeSinceEpoch should be of the form "Input_TimeSinceEpoch ..." (with optional leading article) (golint)
    • Line 28: warning: don't use underscores in Go names; type Input_TimeSinceEpoch should be InputTimeSinceEpoch (golint)
    • cri/network/commands.go
    • Line 74: warning: exported type EnableRequest should have comment or be unexported (golint)
    • Line 83: warning: comment on exported method Network.Enable should be of the form "Enable ..." (golint)
    • Line 89: warning: comment on exported method Network.Disable should be of the form "Disable ..." (golint)
    • Line 95: warning: exported type SetUserAgentOverrideRequest should have comment or be unexported (golint)
    • Line 100: warning: comment on exported method Network.SetUserAgentOverride should be of the form "SetUserAgentOverride ..." (golint)
    • Line 106: warning: exported type SearchInResponseBodyRequest should have comment or be unexported (golint)
    • Line 117: warning: exported type SearchInResponseBodyResponse should have comment or be unexported (golint)
    • Line 122: warning: comment on exported method Network.SearchInResponseBody should be of the form "SearchInResponseBody ..." (golint)
    • Line 128: warning: exported type SetExtraHTTPHeadersRequest should have comment or be unexported (golint)
    • Line 133: warning: comment on exported method Network.SetExtraHTTPHeaders should be of the form "SetExtraHTTPHeaders ..." (golint)
    • Line 139: warning: exported type GetResponseBodyRequest should have comment or be unexported (golint)
    • Line 144: warning: exported type GetResponseBodyResponse should have comment or be unexported (golint)
    • Line 151: warning: comment on exported method Network.GetResponseBody should be of the form "GetResponseBody ..." (golint)
    • Line 157: warning: exported type SetBlockedURLsRequest should have comment or be unexported (golint)
    • Line 162: warning: comment on exported method Network.SetBlockedURLs should be of the form "SetBlockedURLs ..." (golint)
    • Line 168: warning: exported type ReplayXHRRequest should have comment or be unexported (golint)
    • Line 173: warning: comment on exported method Network.ReplayXHR should be of the form "ReplayXHR ..." (golint)
    • Line 179: warning: exported type CanClearBrowserCacheResponse should have comment or be unexported (golint)
    • Line 184: warning: comment on exported method Network.CanClearBrowserCache should be of the form "CanClearBrowserCache ..." (golint)
    • Line 190: warning: comment on exported method Network.ClearBrowserCache should be of the form "ClearBrowserCache ..." (golint)
    • Line 196: warning: exported type CanClearBrowserCookiesResponse should have comment or be unexported (golint)
    • Line 201: warning: comment on exported method Network.CanClearBrowserCookies should be of the form "CanClearBrowserCookies ..." (golint)
    • Line 207: warning: comment on exported method Network.ClearBrowserCookies should be of the form "ClearBrowserCookies ..." (golint)
    • Line 213: warning: exported type GetCookiesRequest should have comment or be unexported (golint)
    • Line 218: warning: exported type GetCookiesResponse should have comment or be unexported (golint)
    • Line 223: warning: comment on exported method Network.GetCookies should be of the form "GetCookies ..." (golint)
    • Line 229: warning: exported type GetAllCookiesResponse should have comment or be unexported (golint)
    • Line 234: warning: comment on exported method Network.GetAllCookies should be of the form "GetAllCookies ..." (golint)
    • Line 240: warning: exported type DeleteCookiesRequest should have comment or be unexported (golint)
    • Line 251: warning: comment on exported method Network.DeleteCookies should be of the form "DeleteCookies ..." (golint)
    • Line 257: warning: exported type SetCookieRequest should have comment or be unexported (golint)
    • Line 278: warning: exported type SetCookieResponse should have comment or be unexported (golint)
    • Line 283: warning: comment on exported method Network.SetCookie should be of the form "SetCookie ..." (golint)
    • Line 289: warning: exported type SetCookiesRequest should have comment or be unexported (golint)
    • Line 294: warning: comment on exported method Network.SetCookies should be of the form "SetCookies ..." (golint)
    • Line 300: warning: exported type CanEmulateNetworkConditionsResponse should have comment or be unexported (golint)
    • Line 305: warning: comment on exported method Network.CanEmulateNetworkConditions should be of the form "CanEmulateNetworkConditions ..." (golint)
    • Line 311: warning: exported type EmulateNetworkConditionsRequest should have comment or be unexported (golint)
    • Line 324: warning: comment on exported method Network.EmulateNetworkConditions should be of the form "EmulateNetworkConditions ..." (golint)
    • Line 330: warning: exported type SetCacheDisabledRequest should have comment or be unexported (golint)
    • Line 335: warning: comment on exported method Network.SetCacheDisabled should be of the form "SetCacheDisabled ..." (golint)
    • Line 341: warning: exported type SetBypassServiceWorkerRequest should have comment or be unexported (golint)
    • Line 346: warning: comment on exported method Network.SetBypassServiceWorker should be of the form "SetBypassServiceWorker ..." (golint)
    • Line 352: warning: exported type SetDataSizeLimitsForTestRequest should have comment or be unexported (golint)
    • Line 359: warning: comment on exported method Network.SetDataSizeLimitsForTest should be of the form "SetDataSizeLimitsForTest ..." (golint)
    • Line 365: warning: exported type GetCertificateRequest should have comment or be unexported (golint)
    • Line 370: warning: exported type GetCertificateResponse should have comment or be unexported (golint)
    • Line 374: warning: comment on exported method Network.GetCertificate should be of the form "GetCertificate ..." (golint)
    • Line 380: warning: exported type SetRequestInterceptionRequest should have comment or be unexported (golint)
    • Line 385: warning: comment on exported method Network.SetRequestInterception should be of the form "SetRequestInterception ..." (golint)
    • Line 391: warning: exported type ContinueInterceptedRequestRequest should have comment or be unexported (golint)
    • Line 409: warning: comment on exported method Network.ContinueInterceptedRequest should be of the form "ContinueInterceptedRequest ..." (golint)
    • Line 415: warning: exported type GetResponseBodyForInterceptionRequest should have comment or be unexported (golint)
    • Line 420: warning: exported type GetResponseBodyForInterceptionResponse should have comment or be unexported (golint)
    • Line 427: warning: comment on exported method Network.GetResponseBodyForInterception should be of the form "GetResponseBodyForInterception ..." (golint)
    • Line 433: warning: exported type ResourceChangedPriorityParams should have comment or be unexported (golint)
    • Line 442: warning: comment on exported method Network.ResourceChangedPriority should be of the form "ResourceChangedPriority ..." (golint)
    • Line 459: warning: exported type RequestWillBeSentParams should have comment or be unexported (golint)
    • Line 482: warning: comment on exported method Network.RequestWillBeSent should be of the form "RequestWillBeSent ..." (golint)
    • Line 498: warning: exported type RequestServedFromCacheParams should have comment or be unexported (golint)
    • Line 503: warning: comment on exported method Network.RequestServedFromCache should be of the form "RequestServedFromCache ..." (golint)
    • Line 519: warning: exported type ResponseReceivedParams should have comment or be unexported (golint)
    • Line 534: warning: comment on exported method Network.ResponseReceived should be of the form "ResponseReceived ..." (golint)
    • Line 550: warning: exported type DataReceivedParams should have comment or be unexported (golint)
    • Line 561: warning: comment on exported method Network.DataReceived should be of the form "DataReceived ..." (golint)
    • Line 577: warning: exported type LoadingFinishedParams should have comment or be unexported (golint)
    • Line 586: warning: comment on exported method Network.LoadingFinished should be of the form "LoadingFinished ..." (golint)
    • Line 602: warning: exported type LoadingFailedParams should have comment or be unexported (golint)
    • Line 617: warning: comment on exported method Network.LoadingFailed should be of the form "LoadingFailed ..." (golint)
    • Line 633: warning: exported type WebSocketWillSendHandshakeRequestParams should have comment or be unexported (golint)
    • Line 644: warning: comment on exported method Network.WebSocketWillSendHandshakeRequest should be of the form "WebSocketWillSendHandshakeRequest ..." (golint)
    • Line 660: warning: exported type WebSocketHandshakeResponseReceivedParams should have comment or be unexported (golint)
    • Line 669: warning: comment on exported method Network.WebSocketHandshakeResponseReceived should be of the form "WebSocketHandshakeResponseReceived ..." (golint)
    • Line 685: warning: exported type WebSocketCreatedParams should have comment or be unexported (golint)
    • Line 694: warning: comment on exported method Network.WebSocketCreated should be of the form "WebSocketCreated ..." (golint)
    • Line 710: warning: exported type WebSocketClosedParams should have comment or be unexported (golint)
    • Line 717: warning: comment on exported method Network.WebSocketClosed should be of the form "WebSocketClosed ..." (golint)
    • Line 733: warning: exported type WebSocketFrameReceivedParams should have comment or be unexported (golint)
    • Line 742: warning: comment on exported method Network.WebSocketFrameReceived should be of the form "WebSocketFrameReceived ..." (golint)
    • Line 758: warning: exported type WebSocketFrameErrorParams should have comment or be unexported (golint)
    • Line 767: warning: comment on exported method Network.WebSocketFrameError should be of the form "WebSocketFrameError ..." (golint)
    • Line 783: warning: exported type WebSocketFrameSentParams should have comment or be unexported (golint)
    • Line 792: warning: comment on exported method Network.WebSocketFrameSent should be of the form "WebSocketFrameSent ..." (golint)
    • Line 808: warning: exported type EventSourceMessageReceivedParams should have comment or be unexported (golint)
    • Line 821: warning: comment on exported method Network.EventSourceMessageReceived should be of the form "EventSourceMessageReceived ..." (golint)
    • Line 837: warning: exported type RequestInterceptedParams should have comment or be unexported (golint)
    • Line 859: warning: comment on exported method Network.RequestIntercepted should be of the form "RequestIntercepted ..." (golint)
    • cri/types/layertree.go
    • Line 8: warning: comment on exported type LayerTree_LayerId should be of the form "LayerTree_LayerId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type LayerTree_LayerId should be LayerTreeLayerID (golint)
    • Line 11: warning: comment on exported type LayerTree_SnapshotId should be of the form "LayerTree_SnapshotId ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type LayerTree_SnapshotId should be LayerTreeSnapshotID (golint)
    • Line 14: warning: comment on exported type LayerTree_ScrollRect should be of the form "LayerTree_ScrollRect ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type LayerTree_ScrollRect should be LayerTreeScrollRect (golint)
    • Line 22: warning: comment on exported type LayerTree_StickyPositionConstraint should be of the form "LayerTree_StickyPositionConstraint ..." (with optional leading article) (golint)
    • Line 23: warning: don't use underscores in Go names; type LayerTree_StickyPositionConstraint should be LayerTreeStickyPositionConstraint (golint)
    • Line 34: warning: comment on exported type LayerTree_PictureTile should be of the form "LayerTree_PictureTile ..." (with optional leading article) (golint)
    • Line 35: warning: don't use underscores in Go names; type LayerTree_PictureTile should be LayerTreePictureTile (golint)
    • Line 44: warning: comment on exported type LayerTree_Layer should be of the form "LayerTree_Layer ..." (with optional leading article) (golint)
    • Line 45: warning: don't use underscores in Go names; type LayerTree_Layer should be LayerTreeLayer (golint)
    • Line 80: warning: comment on exported type LayerTree_PaintProfile should be of the form "LayerTree_PaintProfile ..." (with optional leading article) (golint)
    • Line 81: warning: don't use underscores in Go names; type LayerTree_PaintProfile should be LayerTreePaintProfile (golint)
    • cri/types/serviceworker.go
    • Line 8: warning: comment on exported type ServiceWorker_ServiceWorkerRegistration should be of the form "ServiceWorker_ServiceWorkerRegistration ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type ServiceWorker_ServiceWorkerRegistration should be ServiceWorkerServiceWorkerRegistration (golint)
    • Line 15: warning: don't use underscores in Go names; type ServiceWorker_ServiceWorkerVersionRunningStatus should be ServiceWorkerServiceWorkerVersionRunningStatus (golint)
    • Line 15: warning: exported type ServiceWorker_ServiceWorkerVersionRunningStatus should have comment or be unexported (golint)
    • Line 17: warning: don't use underscores in Go names; type ServiceWorker_ServiceWorkerVersionStatus should be ServiceWorkerServiceWorkerVersionStatus (golint)
    • Line 17: warning: exported type ServiceWorker_ServiceWorkerVersionStatus should have comment or be unexported (golint)
    • Line 19: warning: comment on exported type ServiceWorker_ServiceWorkerVersion should be of the form "ServiceWorker_ServiceWorkerVersion ..." (with optional leading article) (golint)
    • Line 20: warning: don't use underscores in Go names; type ServiceWorker_ServiceWorkerVersion should be ServiceWorkerServiceWorkerVersion (golint)
    • Line 34: warning: comment on exported type ServiceWorker_ServiceWorkerErrorMessage should be of the form "ServiceWorker_ServiceWorkerErrorMessage ..." (with optional leading article) (golint)
    • Line 35: warning: don't use underscores in Go names; type ServiceWorker_ServiceWorkerErrorMessage should be ServiceWorkerServiceWorkerErrorMessage (golint)
    • cri/audits/commands.go
    • Line 29: warning: exported type GetEncodedResponseRequest should have comment or be unexported (golint)
    • Line 40: warning: exported type GetEncodedResponseResponse should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method Audits.GetEncodedResponse should be of the form "GetEncodedResponse ..." (golint)
    • cri/memory/commands.go
    • Line 22: warning: exported type Memory should have comment or be unexported (golint)
    • Line 31: warning: exported type GetDOMCountersResponse should have comment or be unexported (golint)
    • Line 37: warning: exported method Memory.GetDOMCounters should have comment or be unexported (golint)
    • Line 42: warning: exported method Memory.PrepareForLeakDetection should have comment or be unexported (golint)
    • Line 47: warning: exported type SetPressureNotificationsSuppressedRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method Memory.SetPressureNotificationsSuppressed should be of the form "SetPressureNotificationsSuppressed ..." (golint)
    • Line 58: warning: exported type SimulatePressureNotificationRequest should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method Memory.SimulatePressureNotification should be of the form "SimulatePressureNotification ..." (golint)
    • cri/performance/commands.go
    • Line 26: warning: exported type Performance should have comment or be unexported (golint)
    • Line 47: warning: exported type GetMetricsResponse should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method Performance.GetMetrics should be of the form "GetMetrics ..." (golint)
    • Line 58: warning: exported type MetricsParams should have comment or be unexported (golint)
    • Line 65: warning: comment on exported method Performance.Metrics should be of the form "Metrics ..." (golint)
    • cri/security/commands.go
    • Line 28: warning: comment on exported type Security should be of the form "Security ..." (with optional leading article) (golint)
    • Line 38: warning: comment on exported method Security.Enable should be of the form "Enable ..." (golint)
    • Line 44: warning: comment on exported method Security.Disable should be of the form "Disable ..." (golint)
    • Line 50: warning: exported type HandleCertificateErrorRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method Security.HandleCertificateError should be of the form "HandleCertificateError ..." (golint)
    • Line 63: warning: exported type SetOverrideCertificateErrorsRequest should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method Security.SetOverrideCertificateErrors should be of the form "SetOverrideCertificateErrors ..." (golint)
    • Line 74: warning: exported type SecurityStateChangedParams should have comment or be unexported (golint)
    • Line 87: warning: comment on exported method Security.SecurityStateChanged should be of the form "SecurityStateChanged ..." (golint)
    • Line 103: warning: exported type CertificateErrorParams should have comment or be unexported (golint)
    • Line 112: warning: comment on exported method Security.CertificateError should be of the form "CertificateError ..." (golint)
    • cri/types/heapprofiler.go
    • Line 8: warning: comment on exported type HeapProfiler_HeapSnapshotObjectId should be of the form "HeapProfiler_HeapSnapshotObjectId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type HeapProfiler_HeapSnapshotObjectId should be HeapProfilerHeapSnapshotObjectID (golint)
    • Line 11: warning: comment on exported type HeapProfiler_SamplingHeapProfileNode should be of the form "HeapProfiler_SamplingHeapProfileNode ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type HeapProfiler_SamplingHeapProfileNode should be HeapProfilerSamplingHeapProfileNode (golint)
    • Line 21: warning: comment on exported type HeapProfiler_SamplingHeapProfile should be of the form "HeapProfiler_SamplingHeapProfile ..." (with optional leading article) (golint)
    • Line 22: warning: don't use underscores in Go names; type HeapProfiler_SamplingHeapProfile should be HeapProfilerSamplingHeapProfile (golint)
    • cri/page/commands.go
    • Line 80: warning: comment on exported type Page should be of the form "Page ..." (with optional leading article) (golint)
    • Line 90: warning: comment on exported method Page.Enable should be of the form "Enable ..." (golint)
    • Line 96: warning: comment on exported method Page.Disable should be of the form "Disable ..." (golint)
    • Line 102: warning: exported type AddScriptToEvaluateOnLoadRequest should have comment or be unexported (golint)
    • Line 106: warning: exported type AddScriptToEvaluateOnLoadResponse should have comment or be unexported (golint)
    • Line 111: warning: comment on exported method Page.AddScriptToEvaluateOnLoad should be of the form "AddScriptToEvaluateOnLoad ..." (golint)
    • Line 117: warning: exported type RemoveScriptToEvaluateOnLoadRequest should have comment or be unexported (golint)
    • Line 121: warning: comment on exported method Page.RemoveScriptToEvaluateOnLoad should be of the form "RemoveScriptToEvaluateOnLoad ..." (golint)
    • Line 127: warning: exported type AddScriptToEvaluateOnNewDocumentRequest should have comment or be unexported (golint)
    • Line 131: warning: exported type AddScriptToEvaluateOnNewDocumentResponse should have comment or be unexported (golint)
    • Line 136: warning: comment on exported method Page.AddScriptToEvaluateOnNewDocument should be of the form "AddScriptToEvaluateOnNewDocument ..." (golint)
    • Line 142: warning: exported type RemoveScriptToEvaluateOnNewDocumentRequest should have comment or be unexported (golint)
    • Line 146: warning: comment on exported method Page.RemoveScriptToEvaluateOnNewDocument should be of the form "RemoveScriptToEvaluateOnNewDocument ..." (golint)
    • Line 152: warning: exported type SetAutoAttachToCreatedPagesRequest should have comment or be unexported (golint)
    • Line 157: warning: comment on exported method Page.SetAutoAttachToCreatedPages should be of the form "SetAutoAttachToCreatedPages ..." (golint)
    • Line 163: warning: exported type SetLifecycleEventsEnabledRequest should have comment or be unexported (golint)
    • Line 168: warning: comment on exported method Page.SetLifecycleEventsEnabled should be of the form "SetLifecycleEventsEnabled ..." (golint)
    • Line 174: warning: exported type ReloadRequest should have comment or be unexported (golint)
    • Line 181: warning: comment on exported method Page.Reload should be of the form "Reload ..." (golint)
    • Line 187: warning: exported type SetAdBlockingEnabledRequest should have comment or be unexported (golint)
    • Line 192: warning: comment on exported method Page.SetAdBlockingEnabled should be of the form "SetAdBlockingEnabled ..." (golint)
    • Line 198: warning: exported type NavigateRequest should have comment or be unexported (golint)
    • Line 207: warning: exported type NavigateResponse should have comment or be unexported (golint)
    • Line 216: warning: comment on exported method Page.Navigate should be of the form "Navigate ..." (golint)
    • Line 222: warning: comment on exported method Page.StopLoading should be of the form "StopLoading ..." (golint)
    • Line 228: warning: exported type GetNavigationHistoryResponse should have comment or be unexported (golint)
    • Line 235: warning: comment on exported method Page.GetNavigationHistory should be of the form "GetNavigationHistory ..." (golint)
    • Line 241: warning: exported type NavigateToHistoryEntryRequest should have comment or be unexported (golint)
    • Line 246: warning: comment on exported method Page.NavigateToHistoryEntry should be of the form "NavigateToHistoryEntry ..." (golint)
    • Line 252: warning: exported type GetCookiesResponse should have comment or be unexported (golint)
    • Line 257: warning: comment on exported method Page.GetCookies should be of the form "GetCookies ..." (golint)
    • Line 263: warning: exported type DeleteCookieRequest should have comment or be unexported (golint)
    • Line 270: warning: comment on exported method Page.DeleteCookie should be of the form "DeleteCookie ..." (golint)
    • Line 276: warning: exported type GetResourceTreeResponse should have comment or be unexported (golint)
    • Line 281: warning: comment on exported method Page.GetResourceTree should be of the form "GetResourceTree ..." (golint)
    • Line 287: warning: exported type GetFrameTreeResponse should have comment or be unexported (golint)
    • Line 292: warning: comment on exported method Page.GetFrameTree should be of the form "GetFrameTree ..." (golint)
    • Line 298: warning: exported type GetResourceContentRequest should have comment or be unexported (golint)
    • Line 305: warning: exported type GetResourceContentResponse should have comment or be unexported (golint)
    • Line 312: warning: comment on exported method Page.GetResourceContent should be of the form "GetResourceContent ..." (golint)
    • Line 318: warning: exported type SearchInResourceRequest should have comment or be unexported (golint)
    • Line 331: warning: exported type SearchInResourceResponse should have comment or be unexported (golint)
    • Line 336: warning: comment on exported method Page.SearchInResource should be of the form "SearchInResource ..." (golint)
    • Line 342: warning: exported type SetDocumentContentRequest should have comment or be unexported (golint)
    • Line 349: warning: comment on exported method Page.SetDocumentContent should be of the form "SetDocumentContent ..." (golint)
    • Line 355: warning: exported type SetDeviceMetricsOverrideRequest should have comment or be unexported (golint)
    • Line 382: warning: comment on exported method Page.SetDeviceMetricsOverride should be of the form "SetDeviceMetricsOverride ..." (golint)
    • Line 388: warning: comment on exported method Page.ClearDeviceMetricsOverride should be of the form "ClearDeviceMetricsOverride ..." (golint)
    • Line 394: warning: exported type SetGeolocationOverrideRequest should have comment or be unexported (golint)
    • Line 403: warning: comment on exported method Page.SetGeolocationOverride should be of the form "SetGeolocationOverride ..." (golint)
    • Line 409: warning: comment on exported method Page.ClearGeolocationOverride should be of the form "ClearGeolocationOverride ..." (golint)
    • Line 415: warning: exported type SetDeviceOrientationOverrideRequest should have comment or be unexported (golint)
    • Line 424: warning: comment on exported method Page.SetDeviceOrientationOverride should be of the form "SetDeviceOrientationOverride ..." (golint)
    • Line 430: warning: comment on exported method Page.ClearDeviceOrientationOverride should be of the form "ClearDeviceOrientationOverride ..." (golint)
    • Line 436: warning: exported type SetTouchEmulationEnabledRequest should have comment or be unexported (golint)
    • Line 443: warning: comment on exported method Page.SetTouchEmulationEnabled should be of the form "SetTouchEmulationEnabled ..." (golint)
    • Line 449: warning: exported type CaptureScreenshotRequest should have comment or be unexported (golint)
    • Line 461: warning: exported type CaptureScreenshotResponse should have comment or be unexported (golint)
    • Line 466: warning: comment on exported method Page.CaptureScreenshot should be of the form "CaptureScreenshot ..." (golint)
    • Line 472: warning: exported type PrintToPDFRequest should have comment or be unexported (golint)
    • Line 499: warning: exported type PrintToPDFResponse should have comment or be unexported (golint)
    • Line 504: warning: comment on exported method Page.PrintToPDF should be of the form "PrintToPDF ..." (golint)
    • Line 510: warning: exported type StartScreencastRequest should have comment or be unexported (golint)
    • Line 523: warning: comment on exported method Page.StartScreencast should be of the form "StartScreencast ..." (golint)
    • Line 529: warning: comment on exported method Page.StopScreencast should be of the form "StopScreencast ..." (golint)
    • Line 535: warning: exported type ScreencastFrameAckRequest should have comment or be unexported (golint)
    • Line 540: warning: comment on exported method Page.ScreencastFrameAck should be of the form "ScreencastFrameAck ..." (golint)
    • Line 546: warning: exported type HandleJavaScriptDialogRequest should have comment or be unexported (golint)
    • Line 553: warning: comment on exported method Page.HandleJavaScriptDialog should be of the form "HandleJavaScriptDialog ..." (golint)
    • Line 559: warning: exported type GetAppManifestResponse should have comment or be unexported (golint)
    • Line 567: warning: exported method Page.GetAppManifest should have comment or be unexported (golint)
    • Line 572: warning: exported method Page.RequestAppBanner should have comment or be unexported (golint)
    • Line 577: warning: exported type GetLayoutMetricsResponse should have comment or be unexported (golint)
    • Line 586: warning: comment on exported method Page.GetLayoutMetrics should be of the form "GetLayoutMetrics ..." (golint)
    • Line 592: warning: exported type CreateIsolatedWorldRequest should have comment or be unexported (golint)
    • Line 601: warning: exported type CreateIsolatedWorldResponse should have comment or be unexported (golint)
    • Line 606: warning: comment on exported method Page.CreateIsolatedWorld should be of the form "CreateIsolatedWorld ..." (golint)
    • Line 612: warning: comment on exported method Page.BringToFront should be of the form "BringToFront ..." (golint)
    • Line 618: warning: exported type SetDownloadBehaviorRequest should have comment or be unexported (golint)
    • Line 625: warning: comment on exported method Page.SetDownloadBehavior should be of the form "SetDownloadBehavior ..." (golint)
    • Line 631: warning: exported type DomContentEventFiredParams should have comment or be unexported (golint)
    • Line 635: warning: exported method Page.DomContentEventFired should have comment or be unexported (golint)
    • Line 650: warning: exported type LoadEventFiredParams should have comment or be unexported (golint)
    • Line 654: warning: exported method Page.LoadEventFired should have comment or be unexported (golint)
    • Line 669: warning: exported type LifecycleEventParams should have comment or be unexported (golint)
    • Line 678: warning: comment on exported method Page.LifecycleEvent should be of the form "LifecycleEvent ..." (golint)
    • Line 694: warning: exported type FrameAttachedParams should have comment or be unexported (golint)
    • Line 703: warning: comment on exported method Page.FrameAttached should be of the form "FrameAttached ..." (golint)
    • Line 719: warning: exported type FrameNavigatedParams should have comment or be unexported (golint)
    • Line 724: warning: comment on exported method Page.FrameNavigated should be of the form "FrameNavigated ..." (golint)
    • Line 740: warning: exported type FrameDetachedParams should have comment or be unexported (golint)
    • Line 745: warning: comment on exported method Page.FrameDetached should be of the form "FrameDetached ..." (golint)
    • Line 761: warning: exported type FrameStartedLoadingParams should have comment or be unexported (golint)
    • Line 766: warning: comment on exported method Page.FrameStartedLoading should be of the form "FrameStartedLoading ..." (golint)
    • Line 783: warning: exported type FrameStoppedLoadingParams should have comment or be unexported (golint)
    • Line 788: warning: comment on exported method Page.FrameStoppedLoading should be of the form "FrameStoppedLoading ..." (golint)
    • Line 805: warning: exported type FrameScheduledNavigationParams should have comment or be unexported (golint)
    • Line 816: warning: comment on exported method Page.FrameScheduledNavigation should be of the form "FrameScheduledNavigation ..." (golint)
    • Line 833: warning: exported type FrameClearedScheduledNavigationParams should have comment or be unexported (golint)
    • Line 838: warning: comment on exported method Page.FrameClearedScheduledNavigation should be of the form "FrameClearedScheduledNavigation ..." (golint)
    • Line 855: warning: comment on exported method Page.FrameResized should be of the form "FrameResized ..." (golint)
    • Line 871: warning: exported type JavascriptDialogOpeningParams should have comment or be unexported (golint)
    • Line 882: warning: comment on exported method Page.JavascriptDialogOpening should be of the form "JavascriptDialogOpening ..." (golint)
    • Line 898: warning: exported type JavascriptDialogClosedParams should have comment or be unexported (golint)
    • Line 905: warning: comment on exported method Page.JavascriptDialogClosed should be of the form "JavascriptDialogClosed ..." (golint)
    • Line 921: warning: exported type ScreencastFrameParams should have comment or be unexported (golint)
    • Line 930: warning: comment on exported method Page.ScreencastFrame should be of the form "ScreencastFrame ..." (golint)
    • Line 947: warning: exported type ScreencastVisibilityChangedParams should have comment or be unexported (golint)
    • Line 952: warning: comment on exported method Page.ScreencastVisibilityChanged should be of the form "ScreencastVisibilityChanged ..." (golint)
    • Line 969: warning: comment on exported method Page.InterstitialShown should be of the form "InterstitialShown ..." (golint)
    • Line 985: warning: comment on exported method Page.InterstitialHidden should be of the form "InterstitialHidden ..." (golint)
    • Line 1001: warning: exported type WindowOpenParams should have comment or be unexported (golint)
    • Line 1012: warning: comment on exported method Page.WindowOpen should be of the form "WindowOpen ..." (golint)
    • cri/types/cachestorage.go
    • Line 8: warning: comment on exported type CacheStorage_CacheId should be of the form "CacheStorage_CacheId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type CacheStorage_CacheId should be CacheStorageCacheID (golint)
    • Line 11: warning: comment on exported type CacheStorage_DataEntry should be of the form "CacheStorage_DataEntry ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type CacheStorage_DataEntry should be CacheStorageDataEntry (golint)
    • Line 29: warning: comment on exported type CacheStorage_Cache should be of the form "CacheStorage_Cache ..." (with optional leading article) (golint)
    • Line 30: warning: don't use underscores in Go names; type CacheStorage_Cache should be CacheStorageCache (golint)
    • Line 39: warning: don't use underscores in Go names; type CacheStorage_Header should be CacheStorageHeader (golint)
    • Line 39: warning: exported type CacheStorage_Header should have comment or be unexported (golint)
    • Line 44: warning: comment on exported type CacheStorage_CachedResponse should be of the form "CacheStorage_CachedResponse ..." (with optional leading article) (golint)
    • Line 45: warning: don't use underscores in Go names; type CacheStorage_CachedResponse should be CacheStorageCachedResponse (golint)
    • cri/types/performance.go
    • Line 8: warning: comment on exported type Performance_Metric should be of the form "Performance_Metric ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Performance_Metric should be PerformanceMetric (golint)
    • cri/types/tracing.go
    • Line 8: warning: comment on exported type Tracing_MemoryDumpConfig should be of the form "Tracing_MemoryDumpConfig ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Tracing_MemoryDumpConfig should be TracingMemoryDumpConfig (golint)
    • Line 12: warning: don't use underscores in Go names; type Tracing_TraceConfig should be TracingTraceConfig (golint)
    • Line 12: warning: exported type Tracing_TraceConfig should have comment or be unexported (golint)
    • cri/deviceorientation/commands.go
    • Line 19: warning: exported type DeviceOrientation should have comment or be unexported (golint)
    • Line 28: warning: exported type SetDeviceOrientationOverrideRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method DeviceOrientation.SetDeviceOrientationOverride should be of the form "SetDeviceOrientationOverride ..." (golint)
    • Line 43: warning: comment on exported method DeviceOrientation.ClearDeviceOrientationOverride should be of the form "ClearDeviceOrientationOverride ..." (golint)
    • cri/types/animation.go
    • Line 8: warning: comment on exported type Animation_Animation should be of the form "Animation_Animation ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Animation_Animation should be AnimationAnimation (golint)
    • Line 32: warning: comment on exported type Animation_AnimationEffect should be of the form "Animation_AnimationEffect ..." (with optional leading article) (golint)
    • Line 33: warning: don't use underscores in Go names; type Animation_AnimationEffect should be AnimationAnimationEffect (golint)
    • Line 56: warning: comment on exported type Animation_KeyframesRule should be of the form "Animation_KeyframesRule ..." (with optional leading article) (golint)
    • Line 57: warning: don't use underscores in Go names; type Animation_KeyframesRule should be AnimationKeyframesRule (golint)
    • Line 64: warning: comment on exported type Animation_KeyframeStyle should be of the form "Animation_KeyframeStyle ..." (with optional leading article) (golint)
    • Line 65: warning: don't use underscores in Go names; type Animation_KeyframeStyle should be AnimationKeyframeStyle (golint)
    • cri/types/dom.go
    • Line 8: warning: comment on exported type DOM_NodeId should be of the form "DOM_NodeId ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type DOM_NodeId should be DOMNodeID (golint)
    • Line 11: warning: comment on exported type DOM_BackendNodeId should be of the form "DOM_BackendNodeId ..." (with optional leading article) (golint)
    • Line 12: warning: don't use underscores in Go names; type DOM_BackendNodeId should be DOMBackendNodeID (golint)
    • Line 14: warning: comment on exported type DOM_BackendNode should be of the form "DOM_BackendNode ..." (with optional leading article) (golint)
    • Line 15: warning: don't use underscores in Go names; type DOM_BackendNode should be DOMBackendNode (golint)
    • Line 23: warning: comment on exported type DOM_PseudoType should be of the form "DOM_PseudoType ..." (with optional leading article) (golint)
    • Line 24: warning: don't use underscores in Go names; type DOM_PseudoType should be DOMPseudoType (golint)
    • Line 26: warning: comment on exported type DOM_ShadowRootType should be of the form "DOM_ShadowRootType ..." (with optional leading article) (golint)
    • Line 27: warning: don't use underscores in Go names; type DOM_ShadowRootType should be DOMShadowRootType (golint)
    • Line 29: warning: comment on exported type DOM_Node should be of the form "DOM_Node ..." (with optional leading article) (golint)
    • Line 30: warning: don't use underscores in Go names; type DOM_Node should be DOMNode (golint)
    • Line 89: warning: comment on exported type DOM_RGBA should be of the form "DOM_RGBA ..." (with optional leading article) (golint)
    • Line 101: warning: comment on exported type DOM_Quad should be of the form "DOM_Quad ..." (with optional leading article) (golint)
    • Line 102: warning: don't use underscores in Go names; type DOM_Quad should be DOMQuad (golint)
    • Line 104: warning: comment on exported type DOM_BoxModel should be of the form "DOM_BoxModel ..." (with optional leading article) (golint)
    • Line 105: warning: don't use underscores in Go names; type DOM_BoxModel should be DOMBoxModel (golint)
    • Line 122: warning: comment on exported type DOM_ShapeOutsideInfo should be of the form "DOM_ShapeOutsideInfo ..." (with optional leading article) (golint)
    • Line 123: warning: don't use underscores in Go names; type DOM_ShapeOutsideInfo should be DOMShapeOutsideInfo (golint)
    • Line 132: warning: comment on exported type DOM_Rect should be of the form "DOM_Rect ..." (with optional leading article) (golint)
    • Line 133: warning: don't use underscores in Go names; type DOM_Rect should be DOMRect (golint)
    • cri/types/overlay.go
    • Line 8: warning: comment on exported type Overlay_HighlightConfig should be of the form "Overlay_HighlightConfig ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Overlay_HighlightConfig should be OverlayHighlightConfig (golint)
    • Line 37: warning: don't use underscores in Go names; type Overlay_InspectMode should be OverlayInspectMode (golint)
    • Line 37: warning: exported type Overlay_InspectMode should have comment or be unexported (golint)
    • cri/types/schema.go
    • Line 8: warning: comment on exported type Schema_Domain should be of the form "Schema_Domain ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type Schema_Domain should be SchemaDomain (golint)
    • cri/cachestorage/commands.go
    • Line 23: warning: exported type CacheStorage should have comment or be unexported (golint)
    • Line 32: warning: exported type RequestCacheNamesRequest should have comment or be unexported (golint)
    • Line 37: warning: exported type RequestCacheNamesResponse should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method CacheStorage.RequestCacheNames should be of the form "RequestCacheNames ..." (golint)
    • Line 48: warning: exported type RequestEntriesRequest should have comment or be unexported (golint)
    • Line 57: warning: exported type RequestEntriesResponse should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method CacheStorage.RequestEntries should be of the form "RequestEntries ..." (golint)
    • Line 70: warning: exported type DeleteCacheRequest should have comment or be unexported (golint)
    • Line 75: warning: comment on exported method CacheStorage.DeleteCache should be of the form "DeleteCache ..." (golint)
    • Line 81: warning: exported type DeleteEntryRequest should have comment or be unexported (golint)
    • Line 88: warning: comment on exported method CacheStorage.DeleteEntry should be of the form "DeleteEntry ..." (golint)
    • Line 94: warning: exported type RequestCachedResponseRequest should have comment or be unexported (golint)
    • Line 101: warning: exported type RequestCachedResponseResponse should have comment or be unexported (golint)
    • Line 106: warning: comment on exported method CacheStorage.RequestCachedResponse should be of the form "RequestCachedResponse ..." (golint)
    • cri/domdebugger/commands.go
    • Line 27: warning: comment on exported type DOMDebugger should be of the form "DOMDebugger ..." (with optional leading article) (golint)
    • Line 37: warning: exported type SetDOMBreakpointRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported method DOMDebugger.SetDOMBreakpoint should be of the form "SetDOMBreakpoint ..." (golint)
    • Line 50: warning: exported type RemoveDOMBreakpointRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method DOMDebugger.RemoveDOMBreakpoint should be of the form "RemoveDOMBreakpoint ..." (golint)
    • Line 63: warning: exported type SetEventListenerBreakpointRequest should have comment or be unexported (golint)
    • Line 71: warning: comment on exported method DOMDebugger.SetEventListenerBreakpoint should be of the form "SetEventListenerBreakpoint ..." (golint)
    • Line 77: warning: exported type RemoveEventListenerBreakpointRequest should have comment or be unexported (golint)
    • Line 85: warning: comment on exported method DOMDebugger.RemoveEventListenerBreakpoint should be of the form "RemoveEventListenerBreakpoint ..." (golint)
    • Line 91: warning: exported type SetInstrumentationBreakpointRequest should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method DOMDebugger.SetInstrumentationBreakpoint should be of the form "SetInstrumentationBreakpoint ..." (golint)
    • Line 102: warning: exported type RemoveInstrumentationBreakpointRequest should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method DOMDebugger.RemoveInstrumentationBreakpoint should be of the form "RemoveInstrumentationBreakpoint ..." (golint)
    • Line 113: warning: exported type SetXHRBreakpointRequest should have comment or be unexported (golint)
    • Line 118: warning: comment on exported method DOMDebugger.SetXHRBreakpoint should be of the form "SetXHRBreakpoint ..." (golint)
    • Line 124: warning: exported type RemoveXHRBreakpointRequest should have comment or be unexported (golint)
    • Line 129: warning: comment on exported method DOMDebugger.RemoveXHRBreakpoint should be of the form "RemoveXHRBreakpoint ..." (golint)
    • Line 135: warning: exported type GetEventListenersRequest should have comment or be unexported (golint)
    • Line 144: warning: exported type GetEventListenersResponse should have comment or be unexported (golint)
    • Line 149: warning: comment on exported method DOMDebugger.GetEventListeners should be of the form "GetEventListeners ..." (golint)
    • cri/dom/commands.go
    • Line 75: warning: comment on exported type DOM should be of the form "DOM ..." (with optional leading article) (golint)
    • Line 85: warning: comment on exported method DOM.Enable should be of the form "Enable ..." (golint)
    • Line 91: warning: comment on exported method DOM.Disable should be of the form "Disable ..." (golint)
    • Line 97: warning: exported type GetDocumentRequest should have comment or be unexported (golint)
    • Line 104: warning: exported type GetDocumentResponse should have comment or be unexported (golint)
    • Line 109: warning: comment on exported method DOM.GetDocument should be of the form "GetDocument ..." (golint)
    • Line 115: warning: exported type GetFlattenedDocumentRequest should have comment or be unexported (golint)
    • Line 122: warning: exported type GetFlattenedDocumentResponse should have comment or be unexported (golint)
    • Line 127: warning: comment on exported method DOM.GetFlattenedDocument should be of the form "GetFlattenedDocument ..." (golint)
    • Line 133: warning: exported type CollectClassNamesFromSubtreeRequest should have comment or be unexported (golint)
    • Line 138: warning: exported type CollectClassNamesFromSubtreeResponse should have comment or be unexported (golint)
    • Line 143: warning: comment on exported method DOM.CollectClassNamesFromSubtree should be of the form "CollectClassNamesFromSubtree ..." (golint)
    • Line 149: warning: exported type RequestChildNodesRequest should have comment or be unexported (golint)
    • Line 158: warning: comment on exported method DOM.RequestChildNodes should be of the form "RequestChildNodes ..." (golint)
    • Line 164: warning: exported type QuerySelectorRequest should have comment or be unexported (golint)
    • Line 171: warning: exported type QuerySelectorResponse should have comment or be unexported (golint)
    • Line 176: warning: comment on exported method DOM.QuerySelector should be of the form "QuerySelector ..." (golint)
    • Line 182: warning: exported type QuerySelectorAllRequest should have comment or be unexported (golint)
    • Line 189: warning: exported type QuerySelectorAllResponse should have comment or be unexported (golint)
    • Line 194: warning: comment on exported method DOM.QuerySelectorAll should be of the form "QuerySelectorAll ..." (golint)
    • Line 200: warning: exported type SetNodeNameRequest should have comment or be unexported (golint)
    • Line 207: warning: exported type SetNodeNameResponse should have comment or be unexported (golint)
    • Line 212: warning: comment on exported method DOM.SetNodeName should be of the form "SetNodeName ..." (golint)
    • Line 218: warning: exported type SetNodeValueRequest should have comment or be unexported (golint)
    • Line 225: warning: comment on exported method DOM.SetNodeValue should be of the form "SetNodeValue ..." (golint)
    • Line 231: warning: exported type RemoveNodeRequest should have comment or be unexported (golint)
    • Line 236: warning: comment on exported method DOM.RemoveNode should be of the form "RemoveNode ..." (golint)
    • Line 242: warning: exported type SetAttributeValueRequest should have comment or be unexported (golint)
    • Line 251: warning: comment on exported method DOM.SetAttributeValue should be of the form "SetAttributeValue ..." (golint)
    • Line 257: warning: exported type SetAttributesAsTextRequest should have comment or be unexported (golint)
    • Line 266: warning: comment on exported method DOM.SetAttributesAsText should be of the form "SetAttributesAsText ..." (golint)
    • Line 272: warning: exported type RemoveAttributeRequest should have comment or be unexported (golint)
    • Line 279: warning: comment on exported method DOM.RemoveAttribute should be of the form "RemoveAttribute ..." (golint)
    • Line 285: warning: exported type GetOuterHTMLRequest should have comment or be unexported (golint)
    • Line 294: warning: exported type GetOuterHTMLResponse should have comment or be unexported (golint)
    • Line 299: warning: comment on exported method DOM.GetOuterHTML should be of the form "GetOuterHTML ..." (golint)
    • Line 305: warning: exported type SetOuterHTMLRequest should have comment or be unexported (golint)
    • Line 312: warning: comment on exported method DOM.SetOuterHTML should be of the form "SetOuterHTML ..." (golint)
    • Line 318: warning: exported type PerformSearchRequest should have comment or be unexported (golint)
    • Line 325: warning: exported type PerformSearchResponse should have comment or be unexported (golint)
    • Line 332: warning: comment on exported method DOM.PerformSearch should be of the form "PerformSearch ..." (golint)
    • Line 338: warning: exported type GetSearchResultsRequest should have comment or be unexported (golint)
    • Line 347: warning: exported type GetSearchResultsResponse should have comment or be unexported (golint)
    • Line 352: warning: comment on exported method DOM.GetSearchResults should be of the form "GetSearchResults ..." (golint)
    • Line 358: warning: exported type DiscardSearchResultsRequest should have comment or be unexported (golint)
    • Line 363: warning: comment on exported method DOM.DiscardSearchResults should be of the form "DiscardSearchResults ..." (golint)
    • Line 369: warning: exported type RequestNodeRequest should have comment or be unexported (golint)
    • Line 374: warning: exported type RequestNodeResponse should have comment or be unexported (golint)
    • Line 379: warning: comment on exported method DOM.RequestNode should be of the form "RequestNode ..." (golint)
    • Line 385: warning: comment on exported method DOM.HighlightRect should be of the form "HighlightRect ..." (golint)
    • Line 391: warning: comment on exported method DOM.HighlightNode should be of the form "HighlightNode ..." (golint)
    • Line 397: warning: comment on exported method DOM.HideHighlight should be of the form "HideHighlight ..." (golint)
    • Line 403: warning: exported type PushNodeByPathToFrontendRequest should have comment or be unexported (golint)
    • Line 408: warning: exported type PushNodeByPathToFrontendResponse should have comment or be unexported (golint)
    • Line 413: warning: comment on exported method DOM.PushNodeByPathToFrontend should be of the form "PushNodeByPathToFrontend ..." (golint)
    • Line 419: warning: exported type PushNodesByBackendIdsToFrontendRequest should have comment or be unexported (golint)
    • Line 424: warning: exported type PushNodesByBackendIdsToFrontendResponse should have comment or be unexported (golint)
    • Line 429: warning: comment on exported method DOM.PushNodesByBackendIdsToFrontend should be of the form "PushNodesByBackendIdsToFrontend ..." (golint)
    • Line 435: warning: exported type SetInspectedNodeRequest should have comment or be unexported (golint)
    • Line 440: warning: comment on exported method DOM.SetInspectedNode should be of the form "SetInspectedNode ..." (golint)
    • Line 446: warning: exported type ResolveNodeRequest should have comment or be unexported (golint)
    • Line 455: warning: exported type ResolveNodeResponse should have comment or be unexported (golint)
    • Line 460: warning: comment on exported method DOM.ResolveNode should be of the form "ResolveNode ..." (golint)
    • Line 466: warning: exported type GetAttributesRequest should have comment or be unexported (golint)
    • Line 471: warning: exported type GetAttributesResponse should have comment or be unexported (golint)
    • Line 476: warning: comment on exported method DOM.GetAttributes should be of the form "GetAttributes ..." (golint)
    • Line 482: warning: exported type CopyToRequest should have comment or be unexported (golint)
    • Line 491: warning: exported type CopyToResponse should have comment or be unexported (golint)
    • Line 496: warning: comment on exported method DOM.CopyTo should be of the form "CopyTo ..." (golint)
    • Line 502: warning: exported type MoveToRequest should have comment or be unexported (golint)
    • Line 511: warning: exported type MoveToResponse should have comment or be unexported (golint)
    • Line 516: warning: comment on exported method DOM.MoveTo should be of the form "MoveTo ..." (golint)
    • Line 522: warning: comment on exported method DOM.Undo should be of the form "Undo ..." (golint)
    • Line 528: warning: comment on exported method DOM.Redo should be of the form "Redo ..." (golint)
    • Line 534: warning: comment on exported method DOM.MarkUndoableState should be of the form "MarkUndoableState ..." (golint)
    • Line 540: warning: exported type FocusRequest should have comment or be unexported (golint)
    • Line 549: warning: comment on exported method DOM.Focus should be of the form "Focus ..." (golint)
    • Line 555: warning: exported type SetFileInputFilesRequest should have comment or be unexported (golint)
    • Line 566: warning: comment on exported method DOM.SetFileInputFiles should be of the form "SetFileInputFiles ..." (golint)
    • Line 572: warning: exported type GetBoxModelRequest should have comment or be unexported (golint)
    • Line 581: warning: exported type GetBoxModelResponse should have comment or be unexported (golint)
    • Line 586: warning: comment on exported method DOM.GetBoxModel should be of the form "GetBoxModel ..." (golint)
    • Line 592: warning: exported type GetNodeForLocationRequest should have comment or be unexported (golint)
    • Line 601: warning: exported type GetNodeForLocationResponse should have comment or be unexported (golint)
    • Line 606: warning: comment on exported method DOM.GetNodeForLocation should be of the form "GetNodeForLocation ..." (golint)
    • Line 612: warning: exported type GetRelayoutBoundaryRequest should have comment or be unexported (golint)
    • Line 617: warning: exported type GetRelayoutBoundaryResponse should have comment or be unexported (golint)
    • Line 622: warning: comment on exported method DOM.GetRelayoutBoundary should be of the form "GetRelayoutBoundary ..." (golint)
    • Line 628: warning: exported type DescribeNodeRequest should have comment or be unexported (golint)
    • Line 641: warning: exported type DescribeNodeResponse should have comment or be unexported (golint)
    • Line 646: warning: comment on exported method DOM.DescribeNode should be of the form "DescribeNode ..." (golint)
    • Line 652: warning: comment on exported method DOM.DocumentUpdated should be of the form "DocumentUpdated ..." (golint)
    • Line 668: warning: exported type SetChildNodesParams should have comment or be unexported (golint)
    • Line 675: warning: comment on exported method DOM.SetChildNodes should be of the form "SetChildNodes ..." (golint)
    • Line 691: warning: exported type AttributeModifiedParams should have comment or be unexported (golint)
    • Line 700: warning: comment on exported method DOM.AttributeModified should be of the form "AttributeModified ..." (golint)
    • Line 716: warning: exported type AttributeRemovedParams should have comment or be unexported (golint)
    • Line 723: warning: comment on exported method DOM.AttributeRemoved should be of the form "AttributeRemoved ..." (golint)
    • Line 739: warning: exported type InlineStyleInvalidatedParams should have comment or be unexported (golint)
    • Line 744: warning: comment on exported method DOM.InlineStyleInvalidated should be of the form "InlineStyleInvalidated ..." (golint)
    • Line 761: warning: exported type CharacterDataModifiedParams should have comment or be unexported (golint)
    • Line 768: warning: comment on exported method DOM.CharacterDataModified should be of the form "CharacterDataModified ..." (golint)
    • Line 784: warning: exported type ChildNodeCountUpdatedParams should have comment or be unexported (golint)
    • Line 791: warning: comment on exported method DOM.ChildNodeCountUpdated should be of the form "ChildNodeCountUpdated ..." (golint)
    • Line 807: warning: exported type ChildNodeInsertedParams should have comment or be unexported (golint)
    • Line 816: warning: comment on exported method DOM.ChildNodeInserted should be of the form "ChildNodeInserted ..." (golint)
    • Line 832: warning: exported type ChildNodeRemovedParams should have comment or be unexported (golint)
    • Line 839: warning: comment on exported method DOM.ChildNodeRemoved should be of the form "ChildNodeRemoved ..." (golint)
    • Line 855: warning: exported type ShadowRootPushedParams should have comment or be unexported (golint)
    • Line 862: warning: comment on exported method DOM.ShadowRootPushed should be of the form "ShadowRootPushed ..." (golint)
    • Line 879: warning: exported type ShadowRootPoppedParams should have comment or be unexported (golint)
    • Line 886: warning: comment on exported method DOM.ShadowRootPopped should be of the form "ShadowRootPopped ..." (golint)
    • Line 903: warning: exported type PseudoElementAddedParams should have comment or be unexported (golint)
    • Line 910: warning: comment on exported method DOM.PseudoElementAdded should be of the form "PseudoElementAdded ..." (golint)
    • Line 927: warning: exported type PseudoElementRemovedParams should have comment or be unexported (golint)
    • Line 934: warning: comment on exported method DOM.PseudoElementRemoved should be of the form "PseudoElementRemoved ..." (golint)
    • Line 951: warning: exported type DistributedNodesUpdatedParams should have comment or be unexported (golint)
    • Line 958: warning: comment on exported method DOM.DistributedNodesUpdated should be of the form "DistributedNodesUpdated ..." (golint)
    • cri/serviceworker/commands.go
    • Line 37: warning: exported type ServiceWorker should have comment or be unexported (golint)
    • Line 46: warning: exported method ServiceWorker.Enable should have comment or be unexported (golint)
    • Line 51: warning: exported method ServiceWorker.Disable should have comment or be unexported (golint)
    • Line 56: warning: exported type UnregisterRequest should have comment or be unexported (golint)
    • Line 60: warning: exported method ServiceWorker.Unregister should have comment or be unexported (golint)
    • Line 65: warning: exported type UpdateRegistrationRequest should have comment or be unexported (golint)
    • Line 69: warning: exported method ServiceWorker.UpdateRegistration should have comment or be unexported (golint)
    • Line 74: warning: exported type StartWorkerRequest should have comment or be unexported (golint)
    • Line 78: warning: exported method ServiceWorker.StartWorker should have comment or be unexported (golint)
    • Line 83: warning: exported type SkipWaitingRequest should have comment or be unexported (golint)
    • Line 87: warning: exported method ServiceWorker.SkipWaiting should have comment or be unexported (golint)
    • Line 92: warning: exported type StopWorkerRequest should have comment or be unexported (golint)
    • Line 96: warning: exported method ServiceWorker.StopWorker should have comment or be unexported (golint)
    • Line 101: warning: exported method ServiceWorker.StopAllWorkers should have comment or be unexported (golint)
    • Line 106: warning: exported type InspectWorkerRequest should have comment or be unexported (golint)
    • Line 110: warning: exported method ServiceWorker.InspectWorker should have comment or be unexported (golint)
    • Line 115: warning: exported type SetForceUpdateOnPageLoadRequest should have comment or be unexported (golint)
    • Line 119: warning: exported method ServiceWorker.SetForceUpdateOnPageLoad should have comment or be unexported (golint)
    • Line 124: warning: exported type DeliverPushMessageRequest should have comment or be unexported (golint)
    • Line 130: warning: exported method ServiceWorker.DeliverPushMessage should have comment or be unexported (golint)
    • Line 135: warning: exported type DispatchSyncEventRequest should have comment or be unexported (golint)
    • Line 142: warning: exported method ServiceWorker.DispatchSyncEvent should have comment or be unexported (golint)
    • Line 147: warning: exported type WorkerRegistrationUpdatedParams should have comment or be unexported (golint)
    • Line 151: warning: exported method ServiceWorker.WorkerRegistrationUpdated should have comment or be unexported (golint)
    • Line 166: warning: exported type WorkerVersionUpdatedParams should have comment or be unexported (golint)
    • Line 170: warning: exported method ServiceWorker.WorkerVersionUpdated should have comment or be unexported (golint)
    • Line 185: warning: exported type WorkerErrorReportedParams should have comment or be unexported (golint)
    • Line 189: warning: exported method ServiceWorker.WorkerErrorReported should have comment or be unexported (golint)
    • cri/types/headlessexperimental.go
    • Line 8: warning: comment on exported type HeadlessExperimental_ScreenshotParams should be of the form "HeadlessExperimental_ScreenshotParams ..." (with optional leading article) (golint)
    • Line 9: warning: don't use underscores in Go names; type HeadlessExperimental_ScreenshotParams should be HeadlessExperimentalScreenshotParams (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell93%

Misspell Finds commonly misspelled English words

    • cri/dom/commands.go
    • Line 952: warning: "distrubuted" is a misspelling of "distributed" (misspell)
    • Line 958: warning: "distrubution" is a misspelling of "distribution" (misspell)
    • cri/page/commands.go
    • Line 388: warning: "overriden" is a misspelling of "overridden" (misspell)
    • Line 409: warning: "overriden" is a misspelling of "overridden" (misspell)
    • Line 621: warning: "requred" is a misspelling of "required" (misspell)