js-dxtools / webpack-validator

Validates your webpack config with Joi
MIT License
295 stars 29 forks source link

fix(cli): the --all-scripts flag should skip scripts that don't call the webpack cli #115

Closed michael-wolfenden closed 8 years ago

michael-wolfenden commented 8 years ago

Closes #111

codecov-io commented 8 years ago

Current coverage is 100%

Merging #115 into master will not change coverage

@@           master   #115   diff @@
====================================
  Files          18     18          
  Lines         135    137     +2   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits          135    137     +2   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last updated by a1e801f...3df9f5c

kentcdodds commented 8 years ago

LGTM. But I should say that I don't use this feature, so someone else should probably give this a look over :-)

jonathanglasmeyer commented 8 years ago

Pinging @bebraw for this. 👋 :)

bebraw commented 8 years ago

Looks good to me.