greenbone / ospd

OSPd is a framework for vulnerability scanners which share the same communication protocol: OSP (Open Scanner Protocol)
GNU Affero General Public License v3.0
30 stars 36 forks source link

Fix pylint on master #440

Closed ArnoStiefvater closed 3 years ago

ArnoStiefvater commented 3 years ago

What:

Fix some pylint issues. Different parameter name in overridden method. Use items() in for loop.

Why:

Pass CI.

How:

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #440 (da293cc) into master (ef8544f) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #440   +/-   ##
=======================================
  Coverage   75.28%   75.28%           
=======================================
  Files          23       23           
  Lines        2670     2670           
=======================================
  Hits         2010     2010           
  Misses        660      660           
Impacted Files Coverage Δ
ospd/ospd.py 73.34% <0.00%> (ø)

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 ef8544f...da293cc. Read the comment docs.