📝 docs(config): document labels function in EolRule

- add documentation for the labels function in the EolRule struct
This commit is contained in:
Jeremiah Russell
2025-10-10 13:37:41 +01:00
committed by Jeremiah Russell
parent e291eaf001
commit 04308dbbef

View File

@@ -89,6 +89,7 @@ impl EolRule {
self.id
}
/// List the labels in the rules
pub fn labels(&self) -> Vec<String> {
self.labels.iter().map(|i| i.to_string()).collect()
}