Hi there,
I don't want to clog up support too much, so will try here first, hopefully someone can give me some advice and/or confirm whether I'm doing it right.
I've created a cxs.ignore file and started cxs with the --ignore option, so far so good.
Now what I would like to do is ignore some regex matches that are being detected via --options [m], in particular too many false positives with Regular expression match = [symlink\s*\(]
So I would like to ignore these completely. I've tried:
match:[symlink\s*\(]
match:symlink\s*\(
But I'm unable to get this one ignored. How should I put that one in via the cxs.ignore file?
Thank you in advance!
Niels
Ignoring resources via cxs.ignore
-
- Junior Member
- Posts: 7
- Joined: 25 Jun 2015, 17:28
Re: Ignoring resources via cxs.ignore
I would like to know this too. Can't use m option at the moment because of too many false positives.
Re: Ignoring resources via cxs.ignore
In the end I just had to do match:symlink\s*\( - that worked fine. It was my bad for not including the cxs.ignore file properly so it didn't actually ignore it.
-
- Junior Member
- Posts: 26
- Joined: 22 Apr 2016, 17:35
Re: Ignoring resources via cxs.ignore
NielsH, I know this is an old thread but can you outline how you configured ConfigServer to ignore all symlink\s*\( expressions?by NielsH » 03 Jul 2015, 12:14
In the end I just had to do match:symlink\s*\( - that worked fine. It was my bad for not including the cxs.ignore file properly so it didn't actually ignore it.
Re: Ignoring resources via cxs.ignore
[url]Find My iPhone[/url]LukeDouglas wrote: ↑09 Jan 2019, 20:29NielsH, I know this is an old thread but can [url]Audacity[/url] you outline how you configured ConfigServer to ignore all symlink\s*\( expressions?by NielsH » 03 Jul 2015, 12:14
In the end I just had to do match:symlink\s*\( - that worked fine. It was my bad for not including the cxs.ignore file properly so it didn't actually ignore it.
[url]Origin[/url]
I would like to know this too. Can't use m option at the moment because of too many false positives.