You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Run a set of golang.org/x/tools/go/analysis.Analyzers on a repository.
author: The Sia Foundation
inputs:
failOnError:
description: Whether to fail if analyzer finds errors.
required: false
default: true
analyzers:
description: List of analyzers.
required: true
directories:
description: List of directories to pass to the analyzers. If multiple directories are to be passed simultaneously, place them on the same line and separate them with a space.
required: true
flags:
description: Flags to pass to analyzer. Prefix each flag with its analyzer Name, i.e. japecheck.cprefix.