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

protofire / solhint / #144192

10 May 2026 12:35AM UTC coverage: 97.576% (+5.6%) from 91.941%
#144192

push

563 of 633 branches covered (88.94%)

2657 of 2723 relevant lines covered (97.58%)

120.39 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