-
-
Notifications
You must be signed in to change notification settings - Fork 81
[qa] Add --ignore-pattern option to exclude files from QA checks #299 #461
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @aoutifrak,
Please address the comments below. Also, comments should be added to explain why a change in done instead of what is done. Please avoid comments where they are not necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes are made
6424226
to
910931d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 👍 , It will need some more modifications. please have a look at the comments below and give it a try with different scenarios.
Also, please remove trailing whitespaces from your changes. |
e4d7b65
to
910931d
Compare
5d53376
to
910931d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aoutifrak Looks good, but the tests for this are missing. Kindly add relevant test cases also
…wisp#299 - Introduced --ignore-pattern <file_pattern> option to allow users to exclude specific files or directories. - Supports ignoring patterns like node_modules and env, which are unnecessary for QA checks. - Ensured compatibility with existing QA check functionality. This enhancement provides flexibility in excluding non-essential files Fixes openwisp#299
…wisp#299 - Introduced --ignore-pattern <file_pattern> option to allow users to exclude specific files or directories. Fixes openwisp#299
…wisp#299 - Introduced --ignore-pattern <file_pattern> option to allow users to exclude specific files or directories. - Supports ignoring patterns like node_modules and env, which are unnecessary for QA checks. - Ensured compatibility with existing QA check functionality. This enhancement provides flexibility in excluding non-essential files Fixes openwisp#299
08b97d2
to
792dddf
Compare
This enhancement provides flexibility in excluding non-essential files
Fixes #299
Checklist
Reference to Existing Issue
Closes #.
Please open a new issue if there isn't an existing issue yet.
Description of Changes
Please describe these changes.
Screenshot
Please include any relevant screenshots.