.overcommit.yml in noko_cli-0.1.1 vs .overcommit.yml in noko_cli-0.1.2

- old
+ new

@@ -25,10 +25,17 @@ PreCommit: TrailingWhitespace: enabled: true RuboCop: enabled: true - command: ["rake", "standard"] + command: ["bundle", "exec", "rubocop"] PrePush: RSpec: + enabled: true + +PostCheckout: + ALL: + quiet: true + + IndexTags: enabled: true