Skip to content

Commit

Permalink
exclude binder from linting at this time, it is broken and weird
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 26, 2023
1 parent 13c71b6 commit ed04632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CacheLayer = require( '../common/CacheLayer' );
const crypto = require( 'crypto' );

// constants
const EXCLUDE_REPOS = [ 'fenster', 'decaf', 'scenery-lab-demo' ];
const EXCLUDE_REPOS = [ 'binder', 'fenster', 'decaf', 'scenery-lab-demo' ];

// "Pattern" is really a path, we assume here that gruntfiles help keep the right directory stucture and can just pop
// out of the repo running the command
Expand Down

0 comments on commit ed04632

Please sign in to comment.