Polished and well engineered. Punching above its star count.

Documentation

88

README12pt80

README is present.

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt92

Contributing guide is detailed and thorough.

License6pt100

Licensed under MIT.

Engineering

84

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt70

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (crates/emmylua_code_analysis/src/compilation/test).

CI/CD14pt100

CI is configured (.github/workflows/build.yml).

Linting and formatting5pt100

Rust linting configured (rustfmt.toml, cargo clippy in CI).

Project health

84

Repository metadata5pt40

No repository description set on GitHub (−60 pts).

Add a one-line description in the repo Settings → About. It appears in search results and social previews.

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 81
    Forks
  • 58
    Releaseslatest 1y ago

Community

  • Community health
  • authors own >50% of commits
  • 464
    Watchers

Responsiveness

  • <1h
    Median issue response
  • 2h
    Median PR merge time
  • 133
    Open issues
Repository files21 root entries
  • .github
    Good: CI is configured (.github/workflows/build.yml).
  • .vscode
  • crates
    Good: Test files detected (crates/emmylua_code_analysis/src/compilation/test).
  • docs
  • nix
  • tools
  • .clippy.toml
  • .gitignore
    Good: .gitignore present.
  • .luafmt.toml
  • .pre-commit-config.yaml
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Good: Contributing guide describes code style expectations.
    Good: Contributing guide explains how to run tests.
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Good: Contributing guide includes code examples.
  • flake.lock
  • flake.nix
  • LICENSE
    Good: Licensed under MIT.
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • rust-toolchain.toml
  • rustfmt.toml
    Good: Rust linting configured (rustfmt.toml, cargo clippy in CI).
  • typos.toml