Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix lint #297

Merged
merged 2 commits into from
Jan 10, 2025
Merged

fix lint #297

merged 2 commits into from
Jan 10, 2025

Conversation

nmschulte
Copy link
Contributor

https://github.com/FOME-Tech/wiki/actions/runs/12704027248/job/35412740035#step:5:11

Run npm run lint:md

> [email protected] lint:md
> npx -y markdownlint-cli docs

docs/11-Vehicle-Specific/Mazda-MX5-Miata/11-Miata-MX5-Quick-Start.md:158 MD058/blanks-around-tables Tables should be surrounded by blank lines [Context: "| **Setting** | **Value** |"]
docs/11-Vehicle-Specific/Mazda-MX5-Miata/11-Miata-MX5-Quick-Start.md:226 MD058/blanks-around-tables Tables should be surrounded by blank lines [Context: "| **Setting** | **Value** |"]
Error: Process completed with exit code 1.

For whatever reason, I don't receive these lint errors locally.

npm --versions

{
  wiki: '0.0.0',
  npm: '9.2.0',
  node: '20.18.1',
  acorn: '8.8.1',
  ada: '2.9.2',
  ares: '1.34.2',
  base64: '0.5.2',
  brotli: '1.1.0',
  cjs_module_lexer: '1.2.3',
  cldr: '42.0',
  icu: '72.1',
  llhttp: '8.1.2',
  modules: '115',
  napi: '9',
  nghttp2: '1.64.0',
  openssl: '3.3.2',
  simdutf: '5.5.0',
  tz: '2022e',
  unicode: '15.0',
  uv: '1.48.0',
  uvwasi: '0.0.21',
  v8: '11.3.244.8-node.23',
  zlib: '1.3.1'
}

npm run lint

> [email protected] lint
> npm run lint:biome && npm run lint:ts && npm run lint:links && npm run lint:md


> [email protected] lint:biome
> biome check .

Checked 32 file(s) in 8ms

> [email protected] lint:ts
> tsc


> [email protected] lint:links
> node scripts/linkValidator.js 'docs/**/*.md?(x)'

Validating rules for URL links in: 154 files
✅ Ok

> [email protected] lint:md
> npx -y markdownlint-cli docs

npx markdownlint-cli --version

0.36.0

@nmschulte nmschulte merged commit 3bbe6dd into FOME-Tech:master Jan 10, 2025
4 checks passed
@nmschulte nmschulte deleted the nms/fix-lint branch January 10, 2025 06:00
Copy link

Preview URL: https://8ef778f2.wiki-7d7.pages.dev 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant