feat(aa): be more verbose on rule.Merge
This commit is contained in:
parent
880f0ef37e
commit
7c006dee0a
11 changed files with 69 additions and 29 deletions
|
|
@ -79,10 +79,6 @@ func newBaseFromLog(log map[string]string) Base {
|
|||
}
|
||||
}
|
||||
|
||||
func (r Base) Merge(other Rule) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (r *Base) merge(other Base) bool {
|
||||
if other.Comment != "" {
|
||||
r.Comment += " " + other.Comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue