-
Notifications
You must be signed in to change notification settings - Fork 58
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
Perform topic check on publish #42
Conversation
@ntoonio Thanks for opening the MR! Can you run Actually the output looks a little confusing. I need split the optional and required linting stages. Everything above this line is optional: Hence, it's only |
@ntoonio Thanks for fixing the linter! Can you add a Also, I think this is quite a lot of commits with repetitive commit messages please consider an interactive rebase to squash the commits. |
Will be adding more test for actually running the plugins some other time. How should I go about merging the commits Also... is there any way yo do the |
Here a few tips on how to use HOWTO: git rebase
Only do one of those at a time!
rebasing
linearizing the history
changing historyEnsure:
One easy way to figure out if you are doing any of those two things is to run your |
@ntoonio if you run |
@ntoonio hey! We moved to poetry - hope this makes it a bit easier to setup a development environment. Could you review: https://github.com/Yakifo/amqtt/blob/master/contributing.md And let me know if that is helpful? Or how we could improve it? |
You can run
Alternatively, you can use https://pre-commit.com/. you might have to rebase on master. We added a
|
I just can't figure out how I would go about squashing those commits... I tried to drop the merge commits, but that removed to commits before that, that I wanted to squash. I think i did the merging backwards. Instead of merging the new amqtt into my branch. I cloned amqtt and merged my branch. It seemed easy at the time but not I think it's just resulting in problems. Would it be easier to redo in a new PR? Feeling kinda stuck right now |
I gave it a try running an interactive rebase on this branch. I also ran into hard to resolve merge conflicts. I'll cherry-pick or do a plain copy-paste some day. |
closing this in favor of #66 |
I was asked (njouanin/hbmqtt#195 (comment), #7) to add this feature to this fork since this didn't get merged before
hbmqtt
was deprecated. I hope I did this in the right way.This pull request consists of two pull requests, the latter built on top of the first;
command
kwarg (me, @ntoonio)Can be used as: