Skip to content

Commit

Permalink
don't lint osm data to save two minutes on linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 15, 2014
1 parent 6deb587 commit fc587ef
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 @@ -27,7 +27,10 @@ var LINT_SRC = LIBTESS_SRC.concat([
'!./build/externs/*',
'!./test/browser/*-browserified.js',
'!./test/expectations/*',
'!./third_party/node_modules/**'
'!./third_party/node_modules/**',

// NOTE(bckenny): It takes two minutes to lint these. Remove for now.
'!./examples/osm/nyc_midtown_*.js'
]);

gulp.task('build-cat', function() {
Expand Down

0 comments on commit fc587ef

Please sign in to comment.