Commit Graph

1996 Commits

Author SHA1 Message Date
Taiki Endo
8cec5c3000 codegen: Ignore clippy::literal_string_with_formatting_args lint
```
error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:142:65
    |
142 | ...                   d.url = Some(template.url.replace("${version}", version));
    |                                                           ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
    = note: `-D clippy::literal-string-with-formatting-args` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::literal_string_with_formatting_args)]`

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:146:64
    |
146 | ...                   .map(|s| s.map(|s| s.replace("${version}", version)));
    |                                                      ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:567:73
    |
567 |             let template_url = d.url.take().unwrap().replace(version, "${version}");
    |                                                                         ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:568:84
    |
568 |             let template_bin = d.bin.take().map(|s| s.map(|s| s.replace(version, "${version}")));
    |                                                                                    ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:615:29
    |
615 |     let mut s = s.replace("${package}", package).replace("${tool}", package);
    |                             ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:625:25
    |
625 |         s = s.replace("${version}", version);
    |                         ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
```
2024-12-27 10:57:03 +09:00
Taiki Endo
acd2589197 Release 2.47.0 v2.47.0 2024-12-27 10:45:41 +09:00
Taiki Endo
d1519fa40d Update changelog 2024-12-27 10:45:23 +09:00
Azzam S.A
31e0d9e30c Add trunk (#795) 2024-12-27 10:39:01 +09:00
Taiki Endo
194e80be83 Update cargo-lambda@latest to 1.6.2 2024-12-27 09:36:19 +09:00
Joonas Bergius
dc05cefd7e Add wash (#794)
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
2024-12-26 20:18:57 +09:00
Taiki Endo
8484225d97 Release 2.46.20 v2.46.20 2024-12-22 13:54:40 +09:00
Taiki Endo
1aa2832643 Update dprint@latest to 0.48.0 2024-12-22 09:36:44 +09:00
Taiki Endo
e37f44cf37 Release 2.46.19 v2.46.19 2024-12-22 06:16:17 +09:00
Taiki Endo
214cf6a4ad Update cargo-llvm-cov@latest to 0.6.15 2024-12-22 06:13:45 +09:00
Taiki Endo
c5172ad14d Update cargo-lambda@latest to 1.6.1 2024-12-22 06:13:45 +09:00
Taiki Endo
480814c6df Release 2.46.18 v2.46.18 2024-12-21 13:01:04 +09:00
Taiki Endo
b195fca919 Update wasmtime@latest to 28.0.0 2024-12-21 03:15:25 +09:00
Taiki Endo
03381f5ca4 Release 2.46.17 v2.46.17 2024-12-20 10:51:52 +09:00
Taiki Endo
409c15bd82 Update release-plz@latest to 0.3.112 2024-12-20 09:33:11 +09:00
Taiki Endo
9023ed54c0 Release 2.46.16 v2.46.16 2024-12-19 20:19:58 +09:00
Taiki Endo
bd71b6d92e Update osv-scanner@latest to 1.9.2 2024-12-19 15:17:11 +09:00
Taiki Endo
2c3c8dfabf Release 2.46.15 v2.46.15 2024-12-19 00:36:33 +09:00
Taiki Endo
2afdd9c08e Update protoc@latest to 3.29.2 2024-12-19 00:12:40 +09:00
Taiki Endo
b8f3ee3354 Release 2.46.14 v2.46.14 2024-12-18 10:12:38 +09:00
Taiki Endo
e724e8f1be Update cargo-nextest@latest to 0.9.87 2024-12-18 09:35:24 +09:00
Taiki Endo
cbef870e2b Release 2.46.13 v2.46.13 2024-12-17 22:05:40 +09:00
Taiki Endo
0a21328a6f Update espup@latest to 0.14.0 2024-12-17 21:17:38 +09:00
Taiki Endo
120c8997a0 Release 2.46.12 v2.46.12 2024-12-17 09:48:08 +09:00
Taiki Endo
d20382abb9 Update typos@latest to 1.28.4 2024-12-17 09:36:27 +09:00
Taiki Endo
ed8c79bccf Release 2.46.11 v2.46.11 2024-12-16 23:23:29 +09:00
Taiki Endo
3c3f0e7afe Update cargo-zigbuild@latest to 0.19.7 2024-12-16 23:16:30 +09:00
Taiki Endo
fe9759bf44 Release 2.46.10 v2.46.10 2024-12-16 23:09:08 +09:00
Taiki Endo
1e776e73eb Update cargo-zigbuild@latest to 0.19.6 2024-12-16 12:55:22 +09:00
Taiki Endo
e3962fab5a Update cargo-binstall@latest to 1.10.17 2024-12-14 21:16:20 +09:00
Taiki Endo
e523301c9a Release 2.46.9 v2.46.9 2024-12-14 11:20:52 +09:00
Taiki Endo
532d86a8fb Update syft@latest to 1.18.1 2024-12-14 06:12:20 +09:00
Taiki Endo
8c39981484 Release 2.46.8 v2.46.8 2024-12-13 13:50:40 +09:00
Taiki Endo
68f28718b7 Update typos@latest to 1.28.3 2024-12-13 06:13:07 +09:00
Taiki Endo
fdc017f43f Update cargo-nextest@latest to 0.9.86 2024-12-13 06:13:07 +09:00
Taiki Endo
cb2009e5c3 Update cargo-lambda@latest to 1.6.0 2024-12-13 06:13:07 +09:00
Taiki Endo
a2ff97ae7a Release 2.46.7 v2.46.7 2024-12-12 21:21:20 +09:00
Taiki Endo
a5cf56823e Update cargo-semver-checks@latest to 0.38.0 2024-12-12 03:17:28 +09:00
Taiki Endo
8cf9030516 Release 2.46.6 v2.46.6 2024-12-11 10:55:08 +09:00
Taiki Endo
8f8a41fe98 Update just@latest to 1.38.0 2024-12-11 09:36:25 +09:00
Taiki Endo
ef1f08ff7e Release 2.46.5 v2.46.5 2024-12-10 10:34:22 +09:00
Taiki Endo
a02fbc62df Update syft@latest to 1.18.0 2024-12-10 06:13:39 +09:00
Taiki Endo
423586137a Update sccache@latest to 0.9.0 2024-12-10 06:13:39 +09:00
Taiki Endo
a6c8026ad7 Update release-plz@latest to 0.3.111 2024-12-08 03:12:49 +09:00
Taiki Endo
761f0a14e2 Update cspell dictionary 2024-12-08 01:50:04 +09:00
Taiki Endo
8d4cdddb55 Update cargo-binstall@latest to 1.10.16 2024-12-07 18:14:21 +09:00
Taiki Endo
acf70b3a1e Release 2.46.4 v2.46.4 2024-12-07 11:11:32 +09:00
Taiki Endo
99950f3fe0 Update wasm-bindgen@latest to 0.2.99 2024-12-07 11:10:10 +09:00
Taiki Endo
d74bbb1f23 Release 2.46.3 v2.46.3 2024-12-07 11:04:04 +09:00
Taiki Endo
5bb2b11a56 Update wasm-bindgen@latest to 0.2.98 2024-12-07 09:37:01 +09:00