Don't lint benchmark files

This commit is contained in:
Alexander Zobnin
2017-06-26 11:37:59 +03:00
parent f031f48941
commit bae3d973f9

View File

@@ -132,6 +132,7 @@ module.exports = function(grunt) {
ignores: [ ignores: [
'node_modules/*', 'node_modules/*',
'dist/*', 'dist/*',
'src/datasource-zabbix/benchmarks/*'
] ]
} }
}, },