opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
176 stars 43 forks source link

Check no print statements left in source code #295

Closed Peque closed 6 years ago

Peque commented 6 years ago

In #294 I accidentally uploaded a commit with some print() statements.

This plugin checks there are none left in the source code files. A little mistake that we could some day make...

https://github.com/search?q=remove+print&type=Commits

codecov[bot] commented 6 years ago

Codecov Report

Merging #295 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #295   +/-   ##
======================================
  Coverage    99.1%   99.1%           
======================================
  Files          26      26           
  Lines        3556    3556           
  Branches      258     258           
======================================
  Hits         3524    3524           
  Misses         19      19           
  Partials       13      13

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 9fc27f2...969c7a1. Read the comment docs.