Hi,
Like to add an generic regex sensor like our 'other' XML sensor. Looking to our code we have two different kinds of sensors:
- reading/parsing XML files
- reading parsing LOG files with regex
Other sensor like Compiler, Clang-Tidy could derive from this one with the difference that there rules are build-in.
Sample:
sonar.cxx.regex.rules=...
sonar.cxx.regex.pattern=...
sonar.cxx.regex.reportPath=...
What are you thinking?
Regards,
Hi,
Like to add an generic regex sensor like our 'other' XML sensor. Looking to our code we have two different kinds of sensors:
Other sensor like Compiler, Clang-Tidy could derive from this one with the difference that there rules are build-in.
Sample:
What are you thinking?
Regards,