@@ -13,8 +13,6 @@ gix = true
1313go_skip_checksum = true
1414cache_prune_age = " 7d"
1515http_timeout = " 30s"
16- trusted_config_paths = [" ~" ]
17- task_output = " prefix"
1816disable_default_shorthands = false
1917status = { missing_tools = " if_other_versions_installed" , show_env = false , show_tools = false }
2018
@@ -51,7 +49,7 @@ java = "oracle-graalvm"
5149# Image & media tools
5250"cargo:rimage" = { version = " latest" , features = " build-binary" , default-features = true }
5351"cargo:image-optimizer" = " latest"
54- "cargo:imgc" = " latest"
52+ # "cargo:imgc" = "latest"
5553"cargo:ffzap" = " latest"
5654# Cargo utilities
5755"cargo:cargo-alias-exec" = " latest"
@@ -63,8 +61,6 @@ java = "oracle-graalvm"
6361cpz = " latest"
6462rmz = " latest"
6563"cargo:vicut" = " latest"
66- "cargo:frep" = " latest"
67- "cargo:ripunzip" = " latest"
6864"cargo:filerefine" = " latest"
6965"cargo:https://github.com/fthomys/update-alternatives" = " latest"
7066"cargo:roxide" = " latest"
@@ -78,11 +74,9 @@ rmz = "latest"
7874# "cargo:etchdns" = "latest"
7975"cargo:appInstalleR" = " latest"
8076"cargo:zap-rs" = " latest"
81-
8277# Development & formatting
83- lefthook = " latest"
78+ # lefthook = "latest"
8479minify = " latest"
85- oxlint = " latest"
8680# "npm:@adguard/aglint" = "latest"
8781# "npm:@adguard/dead-domains-linter" = "latest"
8882# "npm:@adguard/hostlist-compiler" = "latest"
@@ -120,28 +114,3 @@ CMAKE_BUILD_TYPE = "Release"
120114CMAKE_SKIP_INSTALL_RPATH = " YES"
121115CMAKE_GENERATOR = " Ninja"
122116GITOXIDE_CORE_MULTIPACKINDEX = " true"
123-
124- # Task definitions
125- [tasks .cargocache ]
126- description = " Clean cargo and cache directories"
127- run = " cargo cache -efg || :; cargo clean || :"
128- hide = true
129-
130- [tasks .uvcache ]
131- description = " Clean cargo and cache directories"
132- run = " uv cache clear -q || :"
133- hide = true
134-
135- [tasks .misecache ]
136- description = " Clean mise cache"
137- run = " mise cache c -yq || :; mise prune -yq || :"
138- hide = true
139-
140- [tasks .clean ]
141- description = " Clean cache"
142- depends = [" cargocache" , " uvcache" , " misecache" ]
143- run = " rm -rf ~/.cache/* || :"
144-
145- [task .up ]
146- description = " Update mise tools"
147- run = " mise prune -yq || :; mise up -y || :"
0 commit comments