-
Notifications
You must be signed in to change notification settings - Fork 72
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
👌 Exclude external needs from needs_id_regex
check
#1108
👌 Exclude external needs from needs_id_regex
check
#1108
Conversation
f18f28c
to
4a818e9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1108 +/- ##
=======================================
Coverage 85.90% 85.90%
=======================================
Files 56 56
Lines 6511 6511
=======================================
Hits 5593 5593
Misses 918 918
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 the quick PR 👍
The change in need.py
looks good, as well as the updated test case.
However, I think we need to clean this PR a little bit. :)
Version changes are introduced by a separate PR. Makes it easier to rewind single commits. So please remove this.
.DS_Store
and sphinxcontrib-needs.iml
are also not needed.
It's okay to add them to .gitignore
if it simplifies your life.
And it would be also good to add a small line to docs/changelog.rst
for a 2.1.0
release.
Ohh and please ignore the failing pre-commit action. |
yes, sorry, my CLI shortcuts are a bit too "shortcutting" ... I'll fix that |
e779a8f
to
0a1c6c8
Compare
No, we need to raise or better add the version just in the changelog. |
0a1c6c8
to
00d5aba
Compare
I was asked by @chrisjsewell to hold this PR back for some time. |
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.
This is all good thanks, if you can apply the changes and fix the merge conflicts
needs_id_regex
check
Co-authored-by: Chris Sewell <[email protected]>
Co-authored-by: Chris Sewell <[email protected]>
be3f6fe
to
8b355fb
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.
cheers
fix for #1099