You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define pylint configuration and make it part of pull request acceptance criteria
Tags: coding, standards, pull request, pylint, acceptance test
Description
Coding workflow change
Right now there isn't a minimal coding standard to adhere to for python code. By leveraging TravisCI to perform a pylint test before running other tests, a minimal level of standards is enforced. An additional advantage is that some coding errors can be caught early on.
Completion Criteria
Have a pylint configuration file available that submitted code can be tested against.
Integrate pylint checking to Pull Request acceptance criteria
Document the use of pylint as part of the Pull Request procedure
The text was updated successfully, but these errors were encountered:
Define pylint configuration and make it part of pull request acceptance criteria
Tags: coding, standards, pull request, pylint, acceptance test
Description
Coding workflow change
Right now there isn't a minimal coding standard to adhere to for python code. By leveraging TravisCI to perform a pylint test before running other tests, a minimal level of standards is enforced. An additional advantage is that some coding errors can be caught early on.
Completion Criteria
The text was updated successfully, but these errors were encountered: