feat(aa): ensure comments are neither merged nor sorted.

This commit is contained in:
Alexandre Pujol 2024-06-20 22:29:22 +01:00
parent 58c07e5ea5
commit d6424cb950
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 5 additions and 6 deletions

View file

@ -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 {