Skip to content

Commit

Permalink
Update src/reference/config/solidity-compiler.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks authored Sep 17, 2024
1 parent e863207 commit 1b5626c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/reference/config/solidity-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,6 @@ Each entry in the array should be a path to a directory or a specific file. For

This configuration will cause the compiler to ignore any warnings that originate from the specified paths.

Purpose:
This setting helps maintain compatibility across different Solidity versions while avoiding unnecessary warnings from older compilers.

Best Practices:

- Only ignore warnings from versions that are absolutely necessary for your project's compatibility requirements.
- Regularly review ignored warnings to ensure you're not overlooking important security or functionality improvements.
- Document why certain warnings are being ignored in your project's README or documentation.

##### `ignored_error_codes`

- Type: array of integers/strings
Expand Down

0 comments on commit 1b5626c

Please sign in to comment.