dominikriemer commented on code in PR #134: URL: https://github.com/apache/incubator-streampipes/pull/134#discussion_r1017092087
########## streampipes-client-python/Makefile: ########## @@ -0,0 +1,13 @@ +COMMIT_HASH := $(shell eval git rev-parse HEAD) + +format: + pre-commit run --all-files + +doc: + mkdocs build + +livedoc: doc + mkdocs serve --dirtyreload + +rebase: + git fetch && git rebase origin/master Review Comment: We can keep it if it makes things easier...just wondering when this command would be running? @bossenti should this point to dev then? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
