Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--fix flag does not fix #279

Open
avatar-lavventura opened this issue Jan 13, 2020 · 2 comments
Open

--fix flag does not fix #279

avatar-lavventura opened this issue Jan 13, 2020 · 2 comments
Labels

Comments

@avatar-lavventura
Copy link

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.
@riordant
Copy link

riordant commented Sep 3, 2020

Experiencing the same issue.

@FeatureSpitter
Copy link

Same.
This project died?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants