This patch makes it so that the solidity flycheck checker works
properly with solc versions >= 0.6.0
Since the output of solc >= 0.6.0 differs quite a bit from the old
versions we then utilize the --old-reporter argument which reverts
to the previous form of output.
This patch makes it so that the solidity flycheck checker works properly with solc versions >= 0.6.0
Since the output of solc >= 0.6.0 differs quite a bit from the old versions we then utilize the
--old-reporter
argument which reverts to the previous form of output.