precious 0.1.3-4 source package in Ubuntu

Changelog

precious (0.1.3-4) unstable; urgency=medium

  * build-depend on librust-clap-2-dev
    (not librust-clap-dev);
    closes: bug#1008454, thanks to Lucas Nussbaum

 -- Jonas Smedegaard <email address hidden>  Sun, 27 Mar 2022 03:23:46 +0200

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
precious_0.1.3-4.dsc 2.4 KiB 8d302266631c0cfd667a8f64250a113bc06b5f1ef240bcbc504af3909363806b
precious_0.1.3.orig.tar.gz 41.2 KiB e8b5f18ac44672b7ed80a9efd064e1f4d75cb0e71f2d32d01b0f62a3f201563d
precious_0.1.3-4.debian.tar.xz 11.1 KiB 7e455f01358d1bfa101373483a87769a1976cb5714e67b760869e2ea725a0f6f

Available diffs

No changes file available.

Binary packages built by this source

precious: one code quality tool to rule them all

 Precious is a command-line tool to unify
 the execution of source code tidiers and validators.
 .
 With Precious you can configure
 all of your code quality tool rules in one place
 and easily run `precious` from your commit hooks and in CI.
 .
 Several tidier+validator unifiers/orchestraters exists,
 including perl-based TidyAll (the predecessor of Precious),
 Python-based pre-commit,
 Go-based lefthook,
 NodeJS-based husky and lint-staged,
 and Ruby-based overcommit.
 For comparison, Precious is Rust-based with these notable features:
  * handles directory-wide and project-wide tasks
    (unlike TidyAll)
  * stores task settings locally
    (unlike pre-commit)
  * cannot cache tasks
    (unlike TidyAll)
  * supports incremental linting
    (unlike lefthook, husky, lint-staged or overcommit)
 .
 For a more detailed comparison,
 see <https://blog.urth.org/2020/05/08/comparing-code-quality-meta-tools/>.

precious-dbgsym: debug symbols for precious