Let jscs ignore libtextsecure.js
Fix warnings about mixed tabs and spaces. They are in compiled code.
This commit is contained in:
parent
9e04910124
commit
5df56663ef
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue