From 7c6dcd9633a666185941b42d3a68c018385ecca1 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Wed, 12 Nov 2014 15:31:51 +0100 Subject: [PATCH] Ignore long lines and string literals. --- .hound.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.hound.yml b/.hound.yml index 7a21dd80..c69972d7 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,3 +1,9 @@ java_script: enabled: true config_file: .jshint + +LineLength: + Enabled: false + +StringLiterals: + Enabled: false \ No newline at end of file