
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Nitpicking commit history since
beabf39
Enforce commit standards, whether for:
Download a pre-built binary (installable via gh-install.
Or use rust to install:
cargo install committed
To use committed
with pre-commit
, point its
config at this repository:
repos:
- repo: https://github.com/crate-ci/committed
rev: v1.1.7
hooks:
- id: committed
The committed
id installs a prebuilt executable from GitHub releases. If
one does not exist for the target platform, or if one built from
sources is preferred, use committed-src
as the hook id instead.
Be sure to change rev
to use the desired committed
git tag or
revision.
The hook, by default, will verify your commit message.
Verify your latest commit
committed HEAD
Verify your branch
committed master..HEAD --no-merge-commit
Have your CI verify your PR (assuming it does a no-ff merge into your master
)
committed HEAD~..HEAD^2 --no-merge-commit
See imperative
for a GitHub Actions
example
or look at committed
s own GitHub Actions pipeline,
.travis.yml
, or appveyor.yml
.
Licensed under either of
at your option.
FAQs
Nitpicking commit history since beabf39
We found that committed demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.