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

Group issues to folders in a different way #18

Open
gudmdharalds opened this issue Feb 1, 2021 · 0 comments
Open

Group issues to folders in a different way #18

gudmdharalds opened this issue Feb 1, 2021 · 0 comments
Assignees

Comments

@gudmdharalds
Copy link
Contributor

Currently we group problems found by the folder the individual file being scanned belongs to. The downside of this is that sometimes there are a number of problems that are due to one plugin or theme, scattered over a number of files, with only a few problems per GitHub issue created.

Instead of grouping them to the final folder, we should allow a new grouping method, by folders higher up in the hierarchy, i.e. by plugin or theme at a maximum. We would do this by going through the hierarchy, merging problems higher and higher up, stopping just before reaching any sub-folders of plugin or theme folders. However, this should not be without limits: Before problems are grouped to folders higher up in the hierarchy, we check if a certain maximum is reached, and if so, we stop the process.

This will lead to issues being grouped together, but in a way that is more user-friendly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant