Lercerss / SOEN341W18

Software Process Winter 2018 Group Project - SA3
6 stars 2 forks source link

Static analysis report #121

Closed alvyn279 closed 6 years ago

alvyn279 commented 6 years ago

Description

Use a tool that will rate the quality of our source files according to a certain standard as part of the static analysis process.

Tasks

  1. Implement pylint as a tool used for static analysis report
  2. Obtain the code quality
  3. Refine the coding quality to increase score
Lercerss commented 6 years ago

Implemented as part of #124.