Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
Also updates just lint to match basic.yml
  • Loading branch information
ismellike authored and Jake Hartnell committed Aug 14, 2024
1 parent 1cce2ea commit 2c4db48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ test:
cargo test

lint:
cargo +nightly clippy --all-targets -- -D warnings
cargo +stable fmt --all -- --check
cargo +stable clippy --all-targets -- -D warnings

gen: build gen-schema

Expand Down
6 changes: 3 additions & 3 deletions packages/cw-orch/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ use cw_orch::{
};

use crate::{
Cw20Stake, Cw20StakeExternalRewards, Cw20StakeRewardDistributor, DaoDaoCore,DaoVotingCw20Balance,
Cw20Stake, Cw20StakeExternalRewards, Cw20StakeRewardDistributor, DaoDaoCore,
DaoPreProposeApprovalSingle, DaoPreProposeApprover, DaoPreProposeMultiple, DaoPreProposeSingle,
DaoProposalCondorcet, DaoProposalHookCounter, DaoProposalMultiple, DaoProposalSingle,
DaoProposalSudo, DaoTestCustomFactory, DaoVotingCw20Staked, DaoVotingCw4, DaoVotingCw721Roles,
DaoVotingCw721Staked, DaoVotingTokenStaked,
DaoProposalSudo, DaoTestCustomFactory, DaoVotingCw20Balance, DaoVotingCw20Staked, DaoVotingCw4,
DaoVotingCw721Roles, DaoVotingCw721Staked, DaoVotingTokenStaked,
};

pub const DUMMY_CHAIN_INFO: ChainInfo = ChainInfo {
Expand Down

0 comments on commit 2c4db48

Please sign in to comment.