Skip to content

Commit

Permalink
rename not-lintable to no-lint, phetsims/tasks#972
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 27, 2018
1 parent f32432f commit 74b01e1
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 @@ -28,7 +28,7 @@ const getDataFile = require( './getDataFile' );
module.exports = function( repos, cache, say = false ) {

// get a list of all the repos that can't be linted
const eslintBlacklist = getDataFile( 'not-lintable' );
const eslintBlacklist = getDataFile( 'no-lint' );

// filter out all unlintable repo. An unlintable repo is one that has no js in it, so it will fail when trying to
// lint it.
Expand Down

0 comments on commit 74b01e1

Please sign in to comment.