precious 0.6.0-3 source package in Ubuntu

Changelog

precious (0.6.0-3) unstable; urgency=medium

  * update patch 2001_toml;
    relax build-dependency for crate toml;
    closes: bug#1061948, thanks to Peter Green

 -- Jonas Smedegaard <email address hidden>  Tue, 30 Jan 2024 15:43:30 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
precious_0.6.0-3.dsc 3.0 KiB c0a1869609167d98b974120c9ef9bf548d681e42a3322445dd115c15c7d1e370
precious_0.6.0.orig.tar.gz 73.6 KiB 9c3b317892221e2abe6a66fcf4d6c594d326eda7d09da24503d1e91072393442
precious_0.6.0-3.debian.tar.xz 28.9 KiB 7c1eab9f2dd01ac3410f9dd80296e588456bf0df6a0620c6c9e26668f95dc0fa

Available diffs

No changes file available.

Binary packages built by this source

precious: one code quality tool to rule them all

 Precious is a code quality tool
 that lets you run all of your linters and tidiers
 with a single command.
 .
 It's features include:
  * One file, `precious.toml`,
    defines all of your linter and tidier commands,
    as well as what files they operate on.
  * Respects VCS ignore files
    and allows global and per-command excludes.
  * Language-agnostic,
    and works the same way with single- or multi-language projects.
  * Easy integration with commit hooks and CI systems.
  * Commands are executed in parallel by default,
    with one process per CPU.
  * Commands can be grouped with labels,
    for example to just run a subset of commands for commit hooks
    and all commands in CI.

precious-dbgsym: debug symbols for precious