kitovu-bot / kitovu

OpenHSR Connect 2
GNU General Public License v3.0
5 stars 2 forks source link

pylint: Disable messages about disabled messages #28

Closed The-Compiler closed 6 years ago

The-Compiler commented 6 years ago

When disabling a message, pylint shows:

I: 14, 0: Locally disabling no-value-for-parameter (E1120) (locally-disabled) I: 15, 0: Suppressed 'no-value-for-parameter' (from line 14) (suppressed-message)

We don't need those, so let's turn them off.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@00b51d8). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage          ?   91.31%           
=========================================
  Files             ?       31           
  Lines             ?     1197           
  Branches          ?       75           
=========================================
  Hits              ?     1093           
  Misses            ?       93           
  Partials          ?       11

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 00b51d8...870f601. Read the comment docs.