question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for .soliumignore

See original GitHub issue

I want to ignore one of the sol files in my project (autogenerated flat file generated by truffle-flattener) and currently, there is no way to do that as adding .soliumignore seems to have no effect. Is there any way you could add support for it?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
aleybovichcommented, Jun 18, 2018

My use case is for both linting in the console (manually running a linter on the project) and error display in VS Code (I don’t want to see lint errors in the excluded sol file when I open it).

0reactions
crisgarnercommented, Jul 29, 2018

@aleybovich Yeah. Tried also copy pasting the example code in contract with no success.

Read more comments on GitHub >

github_iconTop Results From Across the Web

User Guide — Solium 1.0.0 documentation - Read the Docs
In any of the supported Linux distros, sudo snap install solium --edge ... This will produce .soliumrc.json and .soliumignore files in your root...
Read more >
solium | Yarn - Package Manager
Added Issue Templates to the repository for Bug report, Feature request and Lint rule suggestion. Added Contribution guidelines. Changed .soliumignore -related ...
Read more >
How to use solium (Ethlint) to audit smart contracts
npm install -g ethlint. # npm install -g ethlint ... This will create .soliumrc.json and .soliumignore files under the current directory. ... solium...
Read more >
Solium: Write your Solidity code with style - Medium
npm install -g git+https://github.com/duaraghav8/Solium.git ... Extension for Visual Studio Code - Solidity support that aims to enable all ...
Read more >
solidity - Disable nasty pseudo-error message in solium
... for VS Code says "...soliumrc.json support will be included in the near future, ... Add "error-reason": "off" into .soliumrc.json file.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found