Forum Discussion
QuoteThat conf_file_version (line 2 above) would be the trigger and ignoring everything else would be perfect.
Hi Ray,
As you are no doubt aware you can edit your configsource to ignore certain lines with regex.
So you can add an ignore change for lines that contain builldno for example. But stipulating every line except one would be a nightmare and you never know what the lines contain all the time. So flip it on its head.
Make an ignore check, select ignore lines with this regular expression and use the expression !("#conf_file_ver=")
Basically this means ignore every line that does not contain #conf_file_ver=
You can see in my example above I have changed the file version and it is shows and is alerted on, but I have also changed the buildno and that is ignored, also added a newline which is ignored.
David
Related Content
- 2 months ago
- 2 years ago