StyleCI/Docs

Improve what Regex Expressions mean

Opened this issue · 0 comments

Hi,

Is there any change that docs related to the Finder can be improved? I am battling with the Regex expression, trying to understand if I can do path/**/folder meaning ** to be whatever it finds and then folder.

I am using this with the js and php not-path finder. I want to ignore some folders and instead of defining each one, am just trying to use a blob pattern, but looks like it does not work and I must do something like path/[a-zA-Z]+/folder.

Could you put example patterns so it is very clear for anyone trying to use this feature?

I am trying this by updating the config and committing, and then reverting the file back, and trying new config, and reverting, etc.

Thanks!