aims to check for code linter in Solidity, will check for:
- solhint pattern
- spell
- uint (should be uint256)
- require() (require functions should explain the error message)
./linty.sh <filename.sol>
!! place the file in /usr/local/bin/ to make it as a global command