• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

protofire / solhint / #229647

14 Jul 2026 05:22AM UTC coverage: 97.0% (+4.7%) from 92.341%
#229647

push

566 of 648 branches covered (87.35%)

2651 of 2733 relevant lines covered (97.0%)

119.17 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

33.33
/../lib/common/errors.js
1
class ConfigMissingError extends Error {
2
  constructor(configName) {
3
    let message = `Failed to load a solhint's config file.`
×
4
    if (configName) message = `Failed to load config "${configName}" to extend from.`
×
5
    super(message)
6
  }
7
}
8

1✔
9
module.exports = {
10
  ConfigMissingError,
11
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc