Skip to content

Instantly share code, notes, and snippets.

@jvonkluck
jvonkluck / keybase.md
Created August 30, 2019 11:36
Keybase Proof

Keybase proof

I hereby claim:

  • I am jvonkluck on github.
  • I am jvonklucktw (https://keybase.io/jvonklucktw) on keybase.
  • I have a public key ASA3FwWVLzEAj1AQWkv6VdfV6CaCFiQTtGTI673kdJ_7dwo

To claim this, I am signing this object:

@jvonkluck
jvonkluck / pre-commit.sh
Last active May 17, 2016 21:22
Pre-Commit Shell Script Hook
#!/usr/bin/env /bin/bash
# Copy this into .git/hooks/pre-commit
# TODO: Filter by git status --porcelain ~= \A|AM|^M\ once all repos rubocop compliant
# TODO: Capture files in commit and add updates after auto-correct
INSTALL_RUBOCOP="Rubocop not found in this project's bundle. Please add it."
CORRECT_VIOLATIONS="Rubocop detected violations. Please resolve them, re-add files and try again."