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 information about Code quality tests in guidelines #74

Closed
czgdp1807 opened this issue Dec 29, 2019 · 0 comments · Fixed by #75
Closed

Add information about Code quality tests in guidelines #74

czgdp1807 opened this issue Dec 29, 2019 · 0 comments · Fixed by #75

Comments

@czgdp1807
Copy link
Member

Description of the problem

After merging #72 the code quality is checked via CI, so information is required to be added in REDAME specifically under https://github.com/codezonediitj/pydatastructs#guidelines

The following points are to be added,

  1. There should be no trailing white spaces in any line.
  2. There should only one new line at the end of the each .py file.
  3. Any comparison involving True, False or None should be done by reference(is, is not) and not by value(==, !=).

Example of the problem

References/Other comments

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