From c737813c7d53f63b59163348b4e42828f52bf26a Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 8 Feb 2016 16:50:14 +0100 Subject: [PATCH] pre-commit: only rubocop and coffeelint --- config/pre_commit.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/config/pre_commit.yml b/config/pre_commit.yml index 8f1114d80..8c3b7928b 100644 --- a/config/pre_commit.yml +++ b/config/pre_commit.yml @@ -1,10 +1,7 @@ --- -:warnings_remove: [] -:warnings_add: -- :merge_conflict -- :debugger -- :pry -- :local +:checks_remove: +- :common +- :rails +:checks_add: - :rubocop - :coffeelint -- :yaml