Updates for CodeSniffer and other tests
Change-Id: Ief70f6b82ed9c10d658eaeb980b0a4e780de9ac2
This commit is contained in:
parent
627050be10
commit
66cf8c80f0
6 changed files with 32 additions and 28 deletions
|
@ -1,5 +1,7 @@
|
|||
/*jshint node:true */
|
||||
module.exports = function ( grunt ) {
|
||||
'use strict';
|
||||
|
||||
grunt.loadNpmTasks( 'grunt-contrib-jshint' );
|
||||
grunt.loadNpmTasks( 'grunt-banana-checker' );
|
||||
grunt.loadNpmTasks( 'grunt-jsonlint' );
|
||||
|
@ -11,7 +13,7 @@ module.exports = function ( grunt ) {
|
|||
]
|
||||
},
|
||||
banana: {
|
||||
all: 'i18n/'
|
||||
all: 'i18n'
|
||||
},
|
||||
jsonlint: {
|
||||
all: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue