ErrLookup › remoteintech/remote-jobs
remoteintech/remote-jobs
Source for remoteintech.company — a community-maintained directory of remote-friendly tech companies · JavaScript · 44 source files
Analyzed at b1dd8deb19 on 2026-08-13. 14 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Usage: node validate-companies.js <file1.md> [file2.md ...] | console | error | cli, argv, ci, validation |
| Could not read file: ${err.message} | validation | error | filesystem, enoent, ci, readfile |
| Missing YAML frontmatter. The file must start with `---` fol | validation | error | yaml, frontmatter, regex, parse |
| Missing required field: `${field}` | validation | error | yaml, frontmatter, required-fields, schema |
| Invalid `region`: "${data.region}". Must be one of: ${VALID_ | validation | error | enum, region, frontmatter, labels |
| Invalid `remote_policy`: "${data.remote_policy}". Must be on | validation | error | enum, remote-policy, frontmatter, labels |
| Invalid `company_size`: "${data.company_size}". Must be one | validation | error | enum, company-size, frontmatter, labels |
| Invalid technology tag: "${tech}". Valid tags: ${VALID_TECHN | validation | error | enum, technologies, frontmatter, labels |
| Slug "${data.slug}" does not match filename "${basename(file | validation | error | slug, filename, frontmatter, consistency |
| Invalid `website` URL: "${data.website}". Must be a full URL | validation | error | url, validation, frontmatter, website |
| Invalid `careers_url`: "${data.careers_url}". Must be a full | validation | error | url, validation, frontmatter, careers |
| Missing required section: "## ${section}" | validation | error | markdown, sections, frontmatter, regex |
| The "Company blurb" section is empty. Please add a descripti | validation | warning | markdown, sections, content, warning |
| Image not found: ${src} | console | warning | eleventy, image, filesystem, shortcode |