gordonklaus / ineffassign

Detect ineffectual assignments in Go code.
MIT License
394 stars 22 forks source link

vendor directory #12

Closed steenzout closed 7 years ago

steenzout commented 8 years ago

if I run

$ ineffassign .

it will also analyze packages in the vendor directory.

if you agree to ignore this I can make a PR.

gordonklaus commented 8 years ago

Go for it.

steenzout commented 8 years ago

@gordonklaus please review #13 and let me know if you want any further modifications.

cheers!

mholt commented 7 years ago

Just wanted to say THANK YOU for this! It's the only test in all of Caddy's CI checks that successfully ignored the vendor/ folder without crazy hacks. 🙌

steenzout commented 7 years ago

@mholt check h12w/gosweep ;).