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

Ignore marked files #111

Closed
krzysztofrewak opened this issue Jan 25, 2024 · 0 comments · Fixed by #117
Closed

Ignore marked files #111

krzysztofrewak opened this issue Jan 25, 2024 · 0 comments · Fixed by #117

Comments

@krzysztofrewak
Copy link
Member

@jsawo would like to ignore some files during search. I would add a new method to config file, something like this:

$config = new Config();

return $config->ignoreMarkedFiles()->config();

or:

$config = new Config(
    ignoreMarkedFiles: true,
);

return $config->config();

"Marking" could be implemented as custom declaration in files or some specific docblock.

kamilpiech97 added a commit that referenced this issue Apr 3, 2024
kamilpiech97 added a commit that referenced this issue Apr 9, 2024
kamilpiech97 added a commit that referenced this issue Apr 9, 2024
kamilpiech97 added a commit that referenced this issue Apr 9, 2024
* #111 - added ignoring marked files for codestyle configuration

* #111 - readme update

* #111 - cr fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant