imjoseangel / powerline-k8sstatus

A Powerline segment for showing the status of a K8s context
MIT License
2 stars 0 forks source link

build(pylint): fix files for pylint #30

Closed imjoseangel closed 3 years ago

imjoseangel commented 3 years ago

SUMMARY

Fixes #29

ISSUE TYPE

COMPONENT NAME

Disables specific pylint rules

ADDITIONAL INFORMATION

Add specific header for files

# pylint: disable=R1710,W0621,W0613,C0301
codecov[bot] commented 3 years ago

Codecov Report

Merging #30 (79a0fc2) into devel (b0a2270) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #30   +/-   ##
=======================================
  Coverage   97.36%   97.36%           
=======================================
  Files           3        3           
  Lines         114      114           
=======================================
  Hits          111      111           
  Misses          3        3           
Flag Coverage Δ
unittests 97.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
powerline_k8sstatus/segments.py 91.66% <ø> (ø)
tests/test_powerlinek8sstatus.py 100.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 b0a2270...79a0fc2. Read the comment docs.