Skip to content

Commit

Permalink
fix trunk check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland committed Oct 5, 2024
1 parent a5ac2d3 commit b1e3a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ runtimes:
enabled:
- node@18.12.1
- python@3.10.8
- rust@1.71.1
- rust@1.81.0
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- actionlint@1.7.3
- bandit@1.7.10
- black@24.8.0
- checkov@3.2.256
- clippy@1.71.1
- clippy@1.81.0
- git-diff-check
- isort@5.13.2
- markdownlint@0.42.0
- nixpkgs-fmt@1.3.0
- osv-scanner@1.9.0
- prettier@3.3.3
- ruff@0.6.8
- rustfmt@1.71.1
- rustfmt@1.81.0
- taplo@0.9.3
- trufflehog@3.82.6
- yamllint@1.35.1
Expand Down
4 changes: 0 additions & 4 deletions context-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ crate-type = ["cdylib", "rlib"]
context = { path = "../context", default-features = false, features = ["wasm"] }
js-sys = "0.3.70"
wasm-bindgen = "0.2.84"

[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"

0 comments on commit b1e3a40

Please sign in to comment.