pinepain / ldap-auth-proxy

A simple drop-in HTTP proxy for transparent LDAP authentication which is also a HTTP auth backend.
MIT License
75 stars 16 forks source link

Fix golint import path #7

Closed golint-fixer closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   18.32%   18.32%           
=======================================
  Files           5        5           
  Lines         262      262           
=======================================
  Hits           48       48           
  Misses        213      213           
  Partials        1        1

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 f367fc0...b06348f. Read the comment docs.

pinepain commented 5 years ago

@azillion looks like a false-positive trigger to fix import path, here's the only place lint is used - https://github.com/pinepain/ldap-auth-proxy/blob/bd6a455691b8d12677ab9b27dce330c60654a820/.travis.yml#L15

P.S.: thanks for taking care!

azillion commented 5 years ago

Yup, sorry about that! My bot was a bit over eager

pinepain commented 5 years ago

np, it's fine