Skip to content

Commit

Permalink
Dump solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Dec 18, 2023
1 parent 5a219e0 commit 2732a8d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 228 deletions.
2 changes: 2 additions & 0 deletions contracts/interfaces/IChai.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: MIT

// solhint-disable one-contract-per-file

pragma solidity 0.8.23;

interface IChai {
Expand Down
2 changes: 2 additions & 0 deletions contracts/interfaces/ICurveSwap.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: MIT

// solhint-disable one-contract-per-file

pragma solidity 0.8.23;

// solhint-disable func-name-mixedcase
Expand Down
2 changes: 2 additions & 0 deletions contracts/interfaces/IDodo.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: MIT

// solhint-disable one-contract-per-file

pragma solidity 0.8.23;

import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
Expand Down
2 changes: 2 additions & 0 deletions contracts/interfaces/IDodoFactories.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: MIT

// solhint-disable one-contract-per-file

pragma solidity 0.8.23;

import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
Expand Down
1 change: 0 additions & 1 deletion contracts/libraries/OraclePrices.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// solhint-disable private-vars-leading-underscore
// SPDX-License-Identifier: MIT

pragma solidity 0.8.23;
Expand Down
2 changes: 2 additions & 0 deletions contracts/oracles/KlaySwapOracle.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: MIT

// solhint-disable one-contract-per-file

pragma solidity 0.8.23;

import "./OracleBase.sol";
Expand Down
2 changes: 2 additions & 0 deletions contracts/oracles/SyncswapOracle.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-License-Identifier: MIT

// solhint-disable one-contract-per-file

pragma solidity 0.8.23;

import "./OracleBase.sol";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"hardhat-gas-reporter": "1.0.9",
"hardhat-tracer": "2.7.0",
"rimraf": "5.0.5",
"solhint": "4.0.0",
"solhint": "3.6.2",
"solidity-coverage": "0.8.5",
"zksync-ethers": "6.0.0",
"zksync-web3": "0.17.1"
Expand Down
232 changes: 6 additions & 226 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 2732a8d

Please sign in to comment.