Skip to content

Commit

Permalink
chore(jscs): don't lint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 10, 2016
1 parent 04b9df5 commit a9bd938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ gulp.task('lint', [ 'eslint', 'jscs-lint' ]);
var srcs = [
'**/*.js',
'!node_modules/**',
'!testbed/platforms/ios/cordova/node_modules/**'
'!testbed/platforms/**',
'!testbed/plugins/**',
'!tests-harness/platforms/**',
'!tests-harness/plugins/**'
];

gulp.task('eslint', () => {
Expand Down

0 comments on commit a9bd938

Please sign in to comment.