Let jscs ignore libtextsecure.js

Fix warnings about mixed tabs and spaces. They are in compiled code.
This commit is contained in:
lilia 2015-03-16 16:28:37 -07:00
parent 9e04910124
commit 5df56663ef

View file

@ -171,7 +171,7 @@ module.exports = function(grunt) {
},
jscs: {
all: {
src: ['js/**/*.js', '!js/components.js', 'test/**/*.js']
src: ['js/**/*.js', '!js/libtextsecure.js', '!js/components.js', 'test/**/*.js']
}
},
watch: {