analyzer

package
v1.50.1 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Analyzer = &analysis.Analyzer{
		Name:     "ddd",
		Doc:      "Checks whether Domain Driven Design layering is applied properly.",
		Run:      run,
		Requires: []*analysis.Analyzer{inspect.Analyzer},
	}
)

Functions

func NewAnalyzer added in v0.4.0

func NewAnalyzer() *analysis.Analyzer

NewAnalyzer will be called by golangci-lint indirectly. So, it is actually not unused.

Types

This section is empty.

Jump to

Keyboard shortcuts

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