From 7d921929a0cb769d6bd307b52196d105c4f47b18 Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Thu, 15 May 2014 21:25:29 +0300 Subject: [PATCH] configure houndci to allow lines up to 100 chars --- .hound.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 00000000..fd3c9072 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,3 @@ +LineLength: + Description: 'Limit lines to 100 characters.' + Max: 100