feat(aa): add implementation of the new rule methods.
This commit is contained in:
parent
8b24f3521d
commit
0e0f87611a
19 changed files with 380 additions and 2 deletions
|
|
@ -103,6 +103,12 @@ func (p *Profile) Merge(other Rule) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
func (r *Profile) Lengths() []int {
|
||||
return []int{} // No len for profile
|
||||
}
|
||||
|
||||
func (r *Profile) setPaddings(max []int) {} // No paddings for profile
|
||||
|
||||
func (p *Profile) Sort() {
|
||||
p.Rules = p.Rules.Sort()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue