Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
imp: remove broken linter
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 13, 2024
1 parent 0000000 commit 0000000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ lint:
cargo fmt --all -- --check
cargo clippy
@echo "Linting the Solidity code..."
forge fmt --check && bun solhint -w 0 -c .solhint.json 'contracts/**/*.sol' && bun natspec-smells --enforceInheritdoc false --include 'contracts/src/**/*.sol'
forge fmt --check && bun solhint -w 0 -c .solhint.json 'contracts/**/*.sol'
@echo "Linting the Go code..."
cd e2e/interchaintestv8 && golangci-lint run

Expand Down

0 comments on commit 0000000

Please sign in to comment.