Skip to content

Commit

Permalink
add valid error codes (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayenesimo1i authored Jun 14, 2024
1 parent c94e645 commit b08ee97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/reference/config/solidity-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ Valid values are:
- `unnamed-return`: 6321
- `unreachable`: 5740
- `pragma-solidity`: 3420
- `constructor-visibility`: 2462
- `init-code-size`: 3860
- `transient-storage`: 2394
- `too-many-warnings`: 4591

##### `deny_warnings`

Expand Down

0 comments on commit b08ee97

Please sign in to comment.