Ethlint icon indicating copy to clipboard operation
Ethlint copied to clipboard

--fix flag does not fix

Open avatar-lavventura opened this issue 4 years ago • 2 comments

Probably it is not a bug but I am not able to apply fix. solium -d contrats and solium -d contrats --fix generates same output but there is no fixes were applied even with --fix flag. Is it a normal case?

[~/myDapp]$ solium -d contrats

contrats/eBlocBroker.sol
  17:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  21:3    warning    Line contains trailing whitespace    no-trailing-whitespace
  24:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  27:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  29:4    warning    Line contains trailing whitespace    no-trailing-whitespace
  35:4    warning    Line contains trailing whitespace    no-trailing-whitespace
  39:4    warning    Line contains trailing whitespace    no-trailing-whitespace
  41:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  41:1    error      Only use indent of 8 spaces.         indentation
  53:1    error      Only use indent of 8 spaces.         indentation
  54:1    error      Only use indent of 8 spaces.         indentation
  55:1    error      Only use indent of 8 spaces.         indentation
  57:4    warning    Line contains trailing whitespace    no-trailing-whitespace

✖ 4 errors, 9 warnings found.

[~/myDapp]$ solium -d contrats --fix

contrats/eBlocBroker.sol
  17:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  21:3    warning    Line contains trailing whitespace    no-trailing-whitespace
  24:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  27:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  29:4    warning    Line contains trailing whitespace    no-trailing-whitespace
  35:4    warning    Line contains trailing whitespace    no-trailing-whitespace
  39:4    warning    Line contains trailing whitespace    no-trailing-whitespace
  41:1    warning    Line contains trailing whitespace    no-trailing-whitespace
  41:1    error      Only use indent of 8 spaces.         indentation
  53:1    error      Only use indent of 8 spaces.         indentation
  54:1    error      Only use indent of 8 spaces.         indentation
  55:1    error      Only use indent of 8 spaces.         indentation
  57:4    warning    Line contains trailing whitespace    no-trailing-whitespace

No fixes were applied.
✖ 4 errors, 9 warnings found.

avatar-lavventura avatar Jan 13 '20 18:01 avatar-lavventura

Experiencing the same issue.

riordant avatar Sep 03 '20 08:09 riordant

Same. This project died?

FeatureSpitter avatar Oct 10 '21 10:10 FeatureSpitter