Created
April 21, 2016 11:06
-
-
Save tofumatt/60da15c2786c15333dcf6d7987221804 to your computer and use it in GitHub Desktop.
add hidden file scanner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Line 372 in linter.js | |
scan(deps={}) { | |
return this.extractMetadata(deps) | |
.then((addonMetadata) => { | |
if (addonMetadata.hiddenFiles.length) { | |
// Make a warning | |
} | |
return; | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment