Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quality tests for indendation size #76

Closed
czgdp1807 opened this issue Dec 30, 2019 · 1 comment · Fixed by #78
Closed

Add quality tests for indendation size #76

czgdp1807 opened this issue Dec 30, 2019 · 1 comment · Fixed by #78

Comments

@czgdp1807
Copy link
Member

Description of the problem

We have no tests for indendation size. PEP 8 suggests to keep it to 4 spaces. Tests should be added to utils/test_code_quality.py for checking this.

Example of the problem

References/Other comments

@czgdp1807
Copy link
Member Author

https://stackoverflow.com/questions/33421405/length-of-tab-character suggests that size of tab is system defined, so we will be completely banning presence of tabs and white spaces should be used instead of tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant