chore(aa): minor cosmetic of the rule interface.

This commit is contained in:
Alexandre Pujol 2024-06-27 18:45:32 +01:00
parent 86b2f74a24
commit 191c72fcb6
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 62 additions and 62 deletions

View file

@ -107,8 +107,8 @@ func (r *File) Kind() Kind {
return FILE
}
func (r *File) Constraint() constraint {
return blockKind
func (r *File) Constraint() Constraint {
return BlockRule
}
func (r *File) String() string {
@ -213,8 +213,8 @@ func (r *Link) Kind() Kind {
return LINK
}
func (r *Link) Constraint() constraint {
return blockKind
func (r *Link) Constraint() Constraint {
return BlockRule
}
func (r *Link) String() string {