• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

rust-cli / roff-rs
67%

Build:
DEFAULT BRANCH: master
Repo Added 26 Apr 2024 05:42PM UTC
Token fksoT8PqFoF9Wf8ImoyXUJRuLmYeysUty regen
Build 136 Last
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • mac
  • master
  • msrv
  • renovate/actions-checkout-5.x
  • renovate/actions-checkout-6.x
  • renovate/actions-checkout-digest
  • renovate/actions-setup-python-6.x
  • renovate/compatible-(dev)
  • renovate/crate-ci-committed-1.x
  • renovate/crate-ci-committed-digest
  • renovate/crate-ci-typos-1.x
  • renovate/crate-ci-typos-digest
  • renovate/duct-1.x
  • renovate/embarkstudios-cargo-deny-action-2.x
  • renovate/embarkstudios-cargo-deny-action-digest
  • renovate/github-codeql-action-4.x
  • renovate/github-codeql-action-digest
  • renovate/j178-prek-action-2.x
  • renovate/j178-prek-action-digest
  • renovate/migrate-config
  • renovate/prek-0.x
  • renovate/stable-1.x
  • renovate/taiki-e-install-action-digest
  • template

24 Jul 2026 09:58PM UTC coverage: 66.667%. Remained the same
30129508225

push

github

web-flow
chore(deps): Update Prek to v0.4.11 (#110)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | patch | `0.4.10` →
`0.4.11` |

---

### Release Notes

<details>
<summary>j178/prek (prek)</summary>

###
[`v0.4.11`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0411)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.4.10...v0.4.11)

Released on 2026-07-25.

##### Highlights

- This release adds two new builtin hooks, `deny-pattern` and
`require-pattern`,
as native alternatives for `pygrep` use cases. `deny-pattern` fails when
a
configured pattern is found, while `require-pattern` ensures every
selected
  file contains a match. By matching natively without spawning a Python
subprocess, they run over 4x faster than `pygrep` in benchmarks. Note
that
  they use
[Rust `regex` syntax](https://docs.rs/regex/latest/regex/#syntax), which
does
  not support look-around features such as negative lookbehind.

- `prek run` now supports `--glob <PATTERN>` to run hooks on tracked
files
  matching a glob. It can be repeated or combined with `--files` and
  `--directory`.

- Hook priorities now support reusable aliases:

  ```toml
  [priorities]
  checks = 10

  [[repos]]
  repo = "builtin"
  hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
  ]
  ```

  This makes parallel scheduling easier to read and maintain.

##### Enhancements

- Add `deny-pattern` and `require-pattern` builtin hooks
([#&#8203;2359](https://redirect.github.com/j178/prek/pull/2359))
- Support `--glob` patterns in `prek run`
([#&#8203;2381](https://redirect.github.com/j178/prek/pull/2381))
- Support reusable aliases for hook priorities
([#&#8203;2331](https://redirect.github.com/j178/prek/pull/2331))
- Implement `requirements-txt-fixer` as a builtin hook
([#&#8203;2390](https://redirect.github.com/j178/prek/pull/2390))
- Improve us... (continued)

64 of 96 relevant lines covered (66.67%)

2.56 hits per line

Relevant lines Covered
Build:
Build:
96 RELEVANT LINES 64 COVERED LINES
2.56 HITS PER LINE
Source Files on master
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30129508225 master chore(deps): Update Prek to v0.4.11 (#110) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.10` → `0.4.11` | --- ### Release Notes <details> <su... push 24 Jul 2026 10:01PM UTC web-flow github
66.67
30129419403 renovate/prek-0.x Merge e37a31c56 into d14f59044 Pull #110 24 Jul 2026 10:00PM UTC web-flow github
66.67
29500087375 master chore(deps): Update Prek to v0.4.10 (#109) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.9` → `0.4.10` | --- ### Release Notes <details> <sum... push 16 Jul 2026 12:58PM UTC web-flow github
66.67
29499977643 renovate/prek-0.x Merge 2a07b291b into 9ba49de97 Pull #109 16 Jul 2026 12:57PM UTC web-flow github
66.67
29154335523 master chore(deps): Update Prek to v0.4.9 (#108) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.8` → `0.4.9` | --- ### Release Notes <details> <summa... push 11 Jul 2026 01:27PM UTC web-flow github
66.67
29154315399 renovate/prek-0.x Merge 96f08dab3 into afe550166 Pull #108 11 Jul 2026 01:26PM UTC web-flow github
66.67
29059767635 master chore(deps): Update Rust Stable to v1.97 (#107) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.96` → `1.97` | --- ### Release Notes <deta... push 10 Jul 2026 12:21AM UTC web-flow github
66.67
29059643666 master style: Make clippy happy push 10 Jul 2026 12:21AM UTC epage github
66.67
29059692041 renovate/stable-1.x Merge 226ca1563 into 74a9426e0 Pull #107 10 Jul 2026 12:20AM UTC web-flow github
66.67
29035080146 renovate/stable-1.x Merge 41f238a65 into 50e2e0387 Pull #107 09 Jul 2026 04:56PM UTC web-flow github
66.67
See All Builds (136)

Badge your Repo: roff-rs

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc