analyzer

package
v0.11.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: MIT Imports: 9 Imported by: 20

Documentation

Overview

Package analyzer implements `go/analysis` compatible interfaces.

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name: "ruleguard",
	Doc:  "The most opinionated Go source code linter",
	Run:  runAnalyzer,
}

Analyzer exports go-critic checkers as analysis-compatible object. The set of enabled checkers is controlled via the flags. Per-checker params are also passed via the flags.

View Source
var DisableCache = false

DisableCache disables initialization optimization. This should only be useful for analyzer testing.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL