ably / engineering

Ably's new home for engineering guidance, including content previously served from Confluence at engineering.ably.com.
Apache License 2.0
2 stars 5 forks source link

Guidance around Git Hooks #15

Open QuintinWillison opened 2 years ago

QuintinWillison commented 2 years ago

In particular, around pre-commit hooks.

While individual developers may opt to configure these in their local environments, and there's some sense in us making that easier via some kind of optional guidance and/or config file, we definitely cannot foist this on every development or build environment.

At an even higher level, our local builds should rely as little on possible on the repository being managed by Git.

Relates to https://github.com/ably/ably-flutter/pull/267#issuecomment-993443341 and https://github.com/ably/ably-asset-tracking-swift/issues/210#issuecomment-976778018.

QuintinWillison commented 2 years ago

Prototype: https://github.com/ably/ably-asset-tracking-swift/issues/258#issuecomment-1031437670