Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Oct 21, 2024
1 parent e8e1da9 commit 3035f70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ runtimes:
- [email protected]
- [email protected]
- [email protected]
definitions:
- type: rust
system_version: allowed
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
disabled:
Expand All @@ -30,12 +27,6 @@ lint:
extensions:
- sol
definitions:
- name: clippy
commands:
- name: lint
run:
cargo clippy --message-format json --locked --all-targets
--all-features -- --cap-lints=warn --no-deps
- name: cairo
files: [cairo]
commands:
Expand All @@ -55,13 +46,14 @@ lint:
read_output_from: stdout
run_linter_from: workspace
enabled:
- rustfmt@nightly
- clippy@nightly
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- cairo@SYSTEM
- [email protected]
- clippy@SYSTEM
- git-diff-check
- [email protected]
- [email protected]
Expand All @@ -70,7 +62,6 @@ lint:
- [email protected]
- [email protected]
- [email protected]
- rustfmt@SYSTEM
- [email protected]
- [email protected]
- solidity@SYSTEM
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[workspace.package]
version = "0.1.0"
edition = "2021"
rust-version = "1.81"
description = "Integration of the Kakarot Ethereum execution layer in the Reth client."
homepage = "https://github.com/kkrt-labs"
repository = "https://github.com/kkrt-labs/keth"
readme = "./README.md"
license = "MIT"
rust-version = "1.79"
exclude = [".github/"]

[workspace]
Expand Down
1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.

0 comments on commit 3035f70

Please sign in to comment.