[qa] Add --ignore-pattern option to exclude files from QA checks #299#461
[qa] Add --ignore-pattern option to exclude files from QA checks #299#461aoutifrak wants to merge 8 commits intoopenwisp:masterfrom
Conversation
devkapilbansal
left a comment
There was a problem hiding this comment.
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
aoutifrak
left a comment
There was a problem hiding this comment.
changes are made
6424226 to
910931d
Compare
codesankalp
left a comment
There was a problem hiding this comment.
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
devkapilbansal
left a comment
There was a problem hiding this comment.
@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
|
Hi @aoutifrak 👋, This pull request has been automatically closed due to 239 days of inactivity. After changes were requested, the PR remained inactive. We understand that life gets busy, and we appreciate your initial contribution! 💙 The door is always open for you to come back:
If you have any questions or need help, don't hesitate to reach out. We're here to support you! Thank you for your interest in contributing to OpenWISP! 🙏 |
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.