Page 1 of 1

Ignoring resources via cxs.ignore

Posted: 25 May 2015, 16:23
by NielsH
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

Re: Ignoring resources via cxs.ignore

Posted: 03 Jul 2015, 03:07
by wantsomegetsome
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

Posted: 03 Jul 2015, 18:14
by NielsH
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

Posted: 09 Jan 2019, 20:29
by LukeDouglas
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.
NielsH, I know this is an old thread but can you outline how you configured ConfigServer to ignore all symlink\s*\( expressions?

Re: Ignoring resources via cxs.ignore

Posted: 09 May 2019, 03:58
by POUSSETY
LukeDouglas wrote: 09 Jan 2019, 20:29
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.
NielsH, I know this is an old thread but can [url]Audacity[/url] you outline how you configured ConfigServer to ignore all symlink\s*\( expressions?
[url]Find My iPhone[/url]
[url]Origin[/url]
I would like to know this too. Can't use m option at the moment because of too many false positives.