arachnys / cabot

Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
MIT License
5.59k stars 593 forks source link

codestyle: ignore W605 and change multiline condition to one line #656

Closed DanielRuf closed 4 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #656   +/-   ##
=========================================
  Coverage          ?   80.91%           
=========================================
  Files             ?       46           
  Lines             ?     2955           
  Branches          ?      179           
=========================================
  Hits              ?     2391           
  Misses            ?      505           
  Partials          ?       59
Impacted Files Coverage Δ
cabot/cabotapp/tasks.py 61.66% <ø> (ø)

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 a45d0cb...052d863. Read the comment docs.

DanielRuf commented 5 years ago

Bump.

dbuxton commented 5 years ago

I'm sorry, I don't understand what issue this addresses?

DanielRuf commented 5 years ago

This PR fixes the failing CI by ignoring the problematic rule.