Polished and well engineered. Punching above its star count.
Documentation
88
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under MIT.
Engineering
84
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.
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (crates/emmylua_code_analysis/src/compilation/test).
CI is configured (.github/workflows/build.yml).
Rust linting configured (rustfmt.toml, cargo clippy in CI).
Project health
84
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 manifest found (Cargo.toml).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 81Forks
- 58Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 464Watchers
Responsiveness
- <1hMedian issue response
- 2hMedian PR merge time
- 133Open issues
Repository files21 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).
- .vscode
- cratesGood: Test files detected (crates/emmylua_code_analysis/src/compilation/test).
- docs
- nix
- tools
- .clippy.toml
- .gitignoreGood: .gitignore present.
- .luafmt.toml
- .pre-commit-config.yaml
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- CONTRIBUTING.mdGood: 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
- LICENSEGood: Licensed under MIT.
- README.mdGood: 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.tomlGood: Rust linting configured (rustfmt.toml, cargo clippy in CI).
- typos.toml