chore(analysis): analyze everything in lib folders recursively; fix existing warnings

This commit is contained in:
Yegor Jbanov
2015-04-17 12:59:07 -07:00
parent 3dc4df2ffa
commit 2b4d30d931
10 changed files with 35 additions and 35 deletions

View File

@ -34,7 +34,7 @@ module.exports = function(gulp, plugins, config) {
function analyze(dirName, done) {
// analyze files in lib directly or you mess up package: urls
var sources = [].slice.call(glob.sync('lib/*.dart', {
var sources = [].slice.call(glob.sync('lib/**/*.dart', {
cwd: dirName
}));