Open
Description
Summary
Add pylint's W0311 (bad indentation) warning to the project's ignore list to maintain consistency with CEP-8 coding standards.
Background
Our project follows CEP-8 coding standards which allow tab indentation. We already ignore flake8's W191 (indentation contains tabs) in our .flake8.ini configuration. For consistency, we should also ignore pylint's W0311 warning which flags indentation that doesn't match its expected spaces-only convention.
Tasks
- Add W0311 to pylint ignore configuration
- Update CEP-8 documentation to clearly mention that W0311 should be ignored
- Verify configuration changes work as expected
References
- PR: Patch test coverage chore 441 #448
- Comment: Patch test coverage chore 441 #448 (comment)
- CEP-8: https://gist.github.com/reactive-firewall/b7ee98df9e636a51806e62ef9c4ab161
Requested by: @reactive-firewall
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To do