analyzer

package
v0.0.0-...-67321ba Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name: "fxlint",
	Doc:  "Enforces domain-driven module organization patterns in Go projects using uber/fx",
	Run:  run,
	Requires: []*analysis.Analyzer{
		inspect.Analyzer,
	},
}

Analyzer is the fxlint analyzer.

Functions

This section is empty.

Types

type Config

type Config struct {
	ModulePaths  []string `yaml:"modulePaths"`
	StrictNaming bool     `yaml:"strictNaming"`
}

Config holds the analyzer configuration

Jump to

Keyboard shortcuts

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