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
}
AtomicDesignAnalyser struct
func NewAtomicDesignAnalyser ¶
func NewAtomicDesignAnalyser(baseDir string) AtomicDesignAnalyser
NewAtomicDesignAnalyser returns a fresh AtomicDesignAnalyser
func (*AtomicDesignAnalyser) CheckPugImports ¶
func (a *AtomicDesignAnalyser) CheckPugImports()
CheckPugImports - checking for required pug imports
type JsDependencyAnalyser ¶
type JsDependencyAnalyser struct {
HasError bool
AllowedJsLibFolders []string
CheckCount int
// contains filtered or unexported fields
}
JsDependencyAnalyser struct
func NewJsDependencyAnalyser ¶
func NewJsDependencyAnalyser(baseDir string) JsDependencyAnalyser
NewJsDependencyAnalyser - returns a new JsDependencyAnalyser
Click to show internal directories.
Click to hide internal directories.