Documentation ¶
Index ¶
Constants ¶
View Source
const URL string = "https://github.com/ARM-software/bob-build/tree/master/docs/warnings/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category string
const ( DefaultSrcsWarning Category = "default-srcs" GenerateRuleWarning Category = "generate-rule" RelativeUpLinkWarning Category = "relative-up-link" DeprecatedFilegroupSrcs Category = "deprecated-filegroup-srcs" UnmatchedNonCompileSrcsWarning Category = "unmatched-non-compile-srcs" DeprecatedOwnerProp Category = "deprecated-owner-prop" )
type WarningLogger ¶
type WarningLogger struct {
// contains filtered or unexported fields
}
func (*WarningLogger) ErrorWarnings ¶
func (w *WarningLogger) ErrorWarnings() int
func (*WarningLogger) InfoMessage ¶
func (w *WarningLogger) InfoMessage() string
Click to show internal directories.
Click to hide internal directories.