precious 0.4.1-1 source package in Ubuntu

Changelog

precious (0.4.1-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * unfuzz patch 2001

 -- Jonas Smedegaard <email address hidden>  Sun, 04 Dec 2022 13:55:51 +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.4.1-1.dsc 3.0 KiB 4063ce2478658cdbda8ef34ee587d2f249bf72184bbeeb054b2e52c5a6b1a21e
precious_0.4.1.orig.tar.gz 65.4 KiB 8e689b4d4c5000f54c9a9e119d37d465d7e6e038e9c12205f11e2a0f127757bf
precious_0.4.1-1.debian.tar.xz 22.3 KiB 10a0cce2913eb71ebbc7f450ec7a22f144f58094bbe12e43c7d54a11e77be60a

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