Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicDesignAnalyser ¶
type AtomicDesignAnalyser struct {
HasError bool
AllowedPugLibs []string
CheckCount int
// contains filtered or unexported fields
}
func NewAtomicDesignAnalyser ¶
func NewAtomicDesignAnalyser(baseDir string) AtomicDesignAnalyser
func (*AtomicDesignAnalyser) CheckPugImports ¶
func (a *AtomicDesignAnalyser) CheckPugImports()
type JsDependencyAnalyser ¶
type JsDependencyAnalyser struct {
HasError bool
AllowedJsLibFolders []string
CheckCount int
// contains filtered or unexported fields
}
func NewJsDependencyAnalyser ¶
func NewJsDependencyAnalyser(baseDir string) JsDependencyAnalyser
func (*JsDependencyAnalyser) Check ¶
func (a *JsDependencyAnalyser) Check()
Click to show internal directories.
Click to hide internal directories.