cslms / cs-server

Code School LMS main server
Other
4 stars 17 forks source link

Fix "Avoid mutable default arguments" issue #8

Closed fabiommendes closed 7 years ago

fabiommendes commented 7 years ago

This pull request automatically fixes all occurrences of the following issue:

Issue type: Avoid mutable default arguments Issue details: https://www.quantifiedcode.com/app/project/gh:cslms:cs-server?groups=code_patterns/%3A3P0qV6OB

To adjust the commit message or the actual code changes, just rebase or cherry-pick the commits. For questions or feedback reach out to cody@quantifiedcode.com.

Legal note: We won't claim any copyrights on the code changes.

Cheers, Cody - Your code quality bot

codecov[bot] commented 7 years ago

Codecov Report

Merging #8 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev       #8   +/-   ##
=======================================
  Coverage   66.38%   66.38%           
=======================================
  Files         140      140           
  Lines        4454     4454           
  Branches      434      434           
=======================================
  Hits         2957     2957           
  Misses       1396     1396           
  Partials      101      101

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ce6648e...5296ca4. Read the comment docs.