jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
187 stars 38 forks source link

Enable pylint in project #1148

Open alonbl opened 6 months ago

alonbl commented 6 months ago

Task following #1141

The pylint is embedded in build system but not enabled.

Please consider enabling it for brief moments and solve the trivial issues first.

For example:

tox -e lint-py310

There are lots of violations, you can skip some, such as invalid-name by adding it to tool.pylint.MASTER section in pyproject.toml.