At the moment, all diagnostics emitted by the solidity linter rules includes a copy of the source file's content. This makes the linter use much more meory than it should and could be optimised for the end-user
Definition of Done
[ ] Verify where the file content is used in the diagnostic display
[ ] Implement an alternative to retrieve the file content from other place than the diagnostic
[ ] Remove the file content field in the diagnostic structure
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Description
At the moment, all diagnostics emitted by the solidity linter rules includes a copy of the source file's content. This makes the linter use much more meory than it should and could be optimised for the end-user
Definition of Done
Code of Conduct