Skip to content

Commit

Permalink
Disable JSCS checks (temporarily).
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Jun 24, 2014
1 parent b15df31 commit a7164e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Expand Up @@ -85,8 +85,8 @@ gulp.task('jshint', function() {


gulp.task('jscs', function() {
return gulp.src(patterns.all)
.pipe(plugins.jscs());
return gulp.src(patterns.all);
// .pipe(plugins.jscs());
});


Expand Down

0 comments on commit a7164e0

Please sign in to comment.