stxnext-csr / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
14 stars 24 forks source link

Pylint configuration #576

Closed krzysztofzuraw closed 8 years ago

krzysztofzuraw commented 8 years ago

Story / Bug id: https://github.com/stxnext-csr/volontulo/issues/562 Reference person: @krzysztofzuraw Description:

Added .pylintrc file, removed unnecessary pylint disable, fixing other pylint issues

New imports / dependencies:

What tests do I need to run to validate this change:

Run pylint apps from main project directory

codecov-io commented 8 years ago

Current coverage is 91.26% (diff: 100%)

Merging #576 into master will not change coverage

@@             master       #576   diff @@
==========================================
  Files            53         53          
  Lines          2073       2073          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1892       1892          
  Misses          181        181          
  Partials          0          0          

Powered by Codecov. Last update aa6130f...5d3eb7d

magul commented 8 years ago

Great, I will review it during weekend.

magul commented 8 years ago

Two simple questions, rest looks ok! Great work! :rocket:

krzysztofzuraw commented 8 years ago

@magul comments adressed