Commit db392f9
committed
Add generic error message for flycheck
This is to catch situations where the is no file provided by the solc
compiler regarding the error.
For example in the following:
```
Error: Documented parameter "_longitude" not found in the parameter list of the function.
sikorka_basic_interface.sol:47:45: Error: Identifier not found or not unique.
modifier need_pop(uint _latitude, uint, _longitude, string _answer)
{
```1 parent e8bc634 commit db392f9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
| 441 | + | |
441 | 442 | | |
442 | 443 | | |
443 | 444 | | |
| |||
0 commit comments