From 47a3acd5c9289284c8dfca231ce68a6d4357e954 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 11 Apr 2018 20:18:05 -0700 Subject: [PATCH] Remove models/messages + models/messages from jscs run --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 7b7d8eaca..daf093bda 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -164,6 +164,8 @@ module.exports = function(grunt) { '!js/libsignal-protocol-worker.js', '!js/libtextsecure.js', '!js/modules/**/*.js', + '!js/models/conversations.js', + '!js/models/messages.js', '!js/Mp3LameEncoder.min.js', '!js/WebAudioRecorderMp3.js', 'test/**/*.js',