mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -02:30
Switch Grunt jshint to stdout output #3845
This commit is contained in:
@@ -2,8 +2,7 @@ module.exports = {
|
|||||||
source: {
|
source: {
|
||||||
src: ['client/src/**/*.js', '*conf.js', '*.config.js', 'Gruntfile.js'],
|
src: ['client/src/**/*.js', '*conf.js', '*.config.js', 'Gruntfile.js'],
|
||||||
options: {
|
options: {
|
||||||
reporter: 'jslint',
|
reporter: require('jshint-stylish'),
|
||||||
reporterOutput: 'coverage/jshint.xml',
|
|
||||||
jshintrc: true
|
jshintrc: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user