Skip to content

Commit

Permalink
fix(coverage): ignored branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbbottam committed Mar 20, 2016
1 parent 81e1b47 commit 49fd823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function getPluginRules(conf) {
plugins.forEach(function normalizePluginRule(plugin) {
var thisPluginsConfig = require('eslint-plugin-' + plugin)
var thisPluginsRules = thisPluginsConfig.rules
/* istanbul ignore next */
if (typeof thisPluginsRules === 'object') {
rules = rules.concat(Object.keys(thisPluginsRules).map(mapPluginRuleNames(plugin)))
}
Expand Down

0 comments on commit 49fd823

Please sign in to comment.