Matt
Results
2
comments of
Matt
Encountered the same issue. Only workaround was to disable multiple lines like: ``` enum A { # lint-disable enum-values-all-caps """ description """ Wrong # lint-disable enum-values-all-caps } ```
Any update on this? I was looking for similar functionality.