Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an regex sensor (like 'other' XML sensor) #1081

Open
guwirth opened this issue Mar 9, 2017 · 1 comment
Open

Add an regex sensor (like 'other' XML sensor) #1081

guwirth opened this issue Mar 9, 2017 · 1 comment

Comments

@guwirth
Copy link
Collaborator

guwirth commented Mar 9, 2017

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,

@guwirth guwirth changed the title Add an regex sensor (like 'other' XML sensor) US: Add an regex sensor (like 'other' XML sensor) Jan 21, 2018
@guwirth
Copy link
Collaborator Author

guwirth commented Oct 1, 2018

Prepared with PR #1533

@guwirth guwirth changed the title US: Add an regex sensor (like 'other' XML sensor) Add an regex sensor (like 'other' XML sensor) Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant