Replies: 3 comments 2 replies
-
|
Rules could be for instance be DurationInRangeCheck as template rule. |
Beta Was this translation helpful? Give feedback.
-
|
Anyone? @adangel? |
Beta Was this translation helpful? Give feedback.
-
|
I fear this will run into the "only one language per extension problem" really fast. If I understand you correctly, you don't want "Yaml" as a language, you want "resilience4j circuit-breaker configuration", right? (XML has the same problem) That being said, PRs are always welcome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Configuration is typically done in Yaml files these days.
PMD has support for XML, however, not for yaml.
I'd like to detect configuration mistakes for instance in resilience4j circuit-breaker configuration, by having / making rules for it.
Are you considering to add support for Yaml? Would it be much work?
Experience with adding Kotlin was that it was rather much work. Maybe this case is simpler and less work?
Beta Was this translation helpful? Give feedback.
All reactions