feat(aa): ensure comments are neither merged nor sorted.
This commit is contained in:
parent
58c07e5ea5
commit
d6424cb950
2 changed files with 5 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ func (r *Comment) Validate() error {
|
|||
}
|
||||
|
||||
func (r *Comment) Compare(other Rule) int {
|
||||
return 0
|
||||
return 0 // Comments are always equal to each other as they are not compared
|
||||
}
|
||||
|
||||
func (r *Comment) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue