``` gulp.task('lint', function() { gulp.files('css/*.css') .pipe(csslint()) .pipe(csslint.reporter(customReporter)); }); ```