feat(aa): sort local include at the end of a profile.

This commit is contained in:
Alexandre Pujol 2023-09-29 21:24:15 +01:00
parent bd4e9bb135
commit 26d05f1869
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 7 additions and 1 deletions

View file

@ -78,7 +78,7 @@ var (
"iouring",
"dbus",
"file",
"include_local",
"include_if_exists",
}
ruleWeights = map[string]int{}