Elena ca0b074893
Add Solidity linter (#608)
* Add solhint and basic configuration

* Add solhint-plugin-prettier to run prettier via solhint

* Remove all solhint-disable rules in contracts

* Turn off compiler version errors

* Fix max-line-length linter errors

* Fix linting and prettier issues in contracts

* Add global lint command to run both ts and solidity linter
2022-11-08 16:12:42 +02:00
..
2020-11-28 11:21:35 -08:00
2022-03-02 10:46:00 -08:00
2022-02-11 22:53:49 +10:00
2022-11-08 16:12:42 +02:00
2022-02-11 22:53:49 +10:00
2022-02-11 22:53:49 +10:00
2020-12-18 11:14:49 -08:00
2022-02-11 22:53:49 +10:00
2020-12-17 10:24:16 -08:00
2020-10-27 16:31:15 -07:00

Dependencies

    pip3 install sphinx recommonmark sphinx-rtd-theme

Syntax

Documentation can be written in Markdown (.md) or Restructured Text (.rst).

Build and Test

cd docs
make html
open _build/html/index.html

Tips

  • Generate RST tables here.
  • Set your editor's wordwrap to 98 characters.