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