From 01aea01154b0ec1a9a87f6995b34f3638908313b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 17:32:10 +0200 Subject: style(treewide): Re-format --- common/README.md | 1 + templates/rust/cog.toml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/common/README.md b/common/README.md index 9c5c6da..6dad42c 100644 --- a/common/README.md +++ b/common/README.md @@ -3,6 +3,7 @@ > %INIT_DESCRIPTION ## Licensing + This project complies with the REUSE v3.2 specification. This means that every file clearly states its copyright. Please run `./scripts/cprh.sh contributer NAME EMAIL FILES..` after you diff --git a/templates/rust/cog.toml b/templates/rust/cog.toml index 7c7372c..5e2eee2 100644 --- a/templates/rust/cog.toml +++ b/templates/rust/cog.toml @@ -3,10 +3,10 @@ branch_whitelist = ["main", "prime"] ignore_merge_commits = false pre_bump_hooks = [ - "reuse lint", # Check licensing status. - "nix flake check", # Verify the project builds. - "cargo set-version {{version}}", # Bump version in Cargo.toml. - "nix fmt", # Format. + "reuse lint", # Check licensing status. + "nix flake check", # Verify the project builds. + "cargo set-version {{version}}", # Bump version in Cargo.toml. + "nix fmt", # Format. ] post_bump_hooks = [ "git push", -- cgit 1.4.1