From bae3d973f98e0a0d159823a07878923264a025a9 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 26 Jun 2017 11:37:59 +0300 Subject: [PATCH] Don't lint benchmark files --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 02237c2..8c7d177 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -132,6 +132,7 @@ module.exports = function(grunt) { ignores: [ 'node_modules/*', 'dist/*', + 'src/datasource-zabbix/benchmarks/*' ] } },