Systers, an AnitaB.org community

[Part 2 of 2] Check for only pylint errors and ignore warnings,refactor,convention and fatal class messages (Backend)

Intro

Pylint is a tool that checks for errors in Python code, tries to enforce a coding standard and looks for code smells. It can also look for certain type errors, it can recommend suggestions about how particular blocks can be refactored and can offer you details about the code's complexity.Travis CI is a hosted continuous integration service used to build and test software projects hosted at GitHub.The task requires you to modify pylint check in the Travis script to check for only errors in pylint and ignore warnings, refactor, convention and fatal messages.

Prerequisite:

Steps:

  • Modify the pylint check under the script section in travis.yml file to disable Refactor, Convention, Warning, Fatal class messages.

Resources:

Work Submission:

Create a pull request in Mentorship-Backend attached in pull request description.

Task tags

  • qa
  • travis
  • pep8
  • pylint
  • backend

Students who completed this task

_daksha_, asawesome07

Task type

  • code Code
  • done_all Quality Assurance
close

2019