about summary refs log tree commit diff stats
path: root/cog.toml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-20 17:21:42 +0100
committerSoispha <soispha@vhack.eu>2024-02-20 17:21:42 +0100
commitf2bdeaed0bcf97a880fe36cfc8a050d1643120b8 (patch)
treeba4fe9c3ddf076529701c0e776ffef2104ac23d5 /cog.toml
parentrefactor(treewide): Add a `.sh` extension to shell scripts (diff)
downloadnixos-config-f2bdeaed0bcf97a880fe36cfc8a050d1643120b8.tar.gz
nixos-config-f2bdeaed0bcf97a880fe36cfc8a050d1643120b8.zip
refactor(treewide): Reformat all files with treefmt
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
Diffstat (limited to 'cog.toml')
-rw-r--r--cog.toml10
1 files changed, 4 insertions, 6 deletions
diff --git a/cog.toml b/cog.toml
index 34134317..7b3f4016 100644
--- a/cog.toml
+++ b/cog.toml
@@ -4,16 +4,14 @@ ignore_merge_commits = false
 pre_package_bump_hooks = []
 post_package_bump_hooks = []
 
-branch_whitelist = [
-  "prime",
-]
+branch_whitelist = ["prime"]
 
 pre_bump_hooks = [
-    "nix flake check", # verify the project builds
+  "nix flake check", # verify the project builds
 ]
 post_bump_hooks = [
-    "git push",
-    "git push origin v{{version}}", # push the new tag to origin
+  "git push",
+  "git push origin v{{version}}", # push the new tag to origin
 ]
 
 [commit_types]