1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
Mathias Lafeldt 1848c7e361
Fix: Honor linter rules in CI and locally (#15492)
RUSTFLAGS take precedence over `target.<triple>.rustflags`. Therefore,
setting the env var globally in CI would always override whatever linter
rules are allowed or denied in .cargo/config.toml.

With this change, we ensure that problems are detected both in CI and
locally, using either cargo clippy or lint.js.
2022-08-19 08:17:18 -04:00
..
broadcast_channel docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
console docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
crypto docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
fetch feat(ext/flash): An optimized http/1.1 server (#15405) 2022-08-18 17:35:02 +05:30
ffi chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
flash Fix: Honor linter rules in CI and locally (#15492) 2022-08-19 08:17:18 -04:00
http feat(ext/flash): An optimized http/1.1 server (#15405) 2022-08-18 17:35:02 +05:30
net docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
node chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00
tls chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
url docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
web perf(runtime): optimize Deno.file open & stream (#15496) 2022-08-19 15:54:40 +05:30
webgpu chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
webidl chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
websocket feat(ext/flash): An optimized http/1.1 server (#15405) 2022-08-18 17:35:02 +05:30
webstorage docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00